#69E161

Color #69E161 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69E161

Tints of Pastel Green #69E161

Color information

#69E161 (or 0x69E161) is unknown color: approx Pastel Green. HEX triplet: 69, E1 and 61. RGB value is (105,225,97). Sum of RGB (Red+Green+Blue) = 105+225+97=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #69E161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E161 is #961E9E. Grayscale: #AEAEAE. Windows color (decimal): -9838239 or 6414697. OLE color: 6414697.

HSL color Cylindrical-coordinate representation of color #69E161: hue angle of 116.25º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69E161 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB10522597-
CMYK0.5300.570.12
HSL116.25º68.09%63.14%-
HSV(B)116.25º56.89%88.24%-
XYZ34.9157.7220.61-
YUV174.5384.2478.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=24.59%
G=52.69%
B=22.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105225970.5300.570.12116.2568.0963.14
Hex69E16135039C74443f
Octal151341141650711416410477
Binary11010011110000111000011101010111001110011101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E161; }

 p { color: rgb(105,225,97); }

 H1.HeaderClassName
 {
   color: #69E161;
 }
 .AnyTagClassName
 {
   color: #69E161;
 }
</style>
background-color css

<style>
 a { background-color: #69E161; }

 a { background-color: rgb(105,225,97); }

 div.DivClassName
 {
   background-color: #69E161;
 }
 .BgClassName
 {
   background-color: #69E161;
 }
</style>
border-color css

<style>
 span { border-color: #69E161; }

 span { border-color: rgb(105,225,97); }

 td.TdClassName
 {
   border-color: #69E161;
 }
 .TagClassName
 {
   border-color: #69E161;
 }
</style>