#69E066

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

Shades of Pastel Green #69E066

Tints of Pastel Green #69E066

Color information

#69E066 (or 0x69E066) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 66. RGB value is (105,224,102). Sum of RGB (Red+Green+Blue) = 105+224+102=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #69E066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E066 is #961F99. Grayscale: #AEAEAE. Windows color (decimal): -9838490 or 6742121. OLE color: 6742121.

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

Color convert

RGB105224102-
CMYK0.5300.540.12
HSL118.52º66.3%63.92%-
HSV(B)118.52º54.46%87.84%-
XYZ34.8857.2721.79-
YUV174.5187.0878.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 224 (87.89% from 255) = 51.97%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=24.36%
G=51.97%
B=23.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241020.5300.540.12118.5266.363.92
Hex69E06635036C774240
Octal1513401466506614167102100
Binary110100111100000110011011010101101101100111011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,102); }

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

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

 a { background-color: rgb(105,224,102); }

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

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

 span { border-color: rgb(105,224,102); }

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