#69FA96

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

Shades of Light Green #69FA96

Tints of Light Green #69FA96

Color information

#69FA96 (or 0x69FA96) is unknown color: approx Light Green. HEX triplet: 69, FA and 96. RGB value is (105,250,150). Sum of RGB (Red+Green+Blue) = 105+250+150=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #69FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FA96 is #960569. Grayscale: #C3C3C3. Windows color (decimal): -9831786 or 9894505. OLE color: 9894505.

HSL color Cylindrical-coordinate representation of color #69FA96: hue angle of 138.62º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FA96 is Cyan = 0.58, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB105250150-
CMYK0.5800.40.02
HSL138.62º93.55%69.61%-
HSV(B)138.62º58%98.04%-
XYZ45.5273.5840.66-
YUV195.24102.4663.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=20.79%
G=49.50%
B=29.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052501500.5800.40.02138.6293.5569.61
Hex69FA963A02828b5e46
Octal151372226720502213136106
Binary110100111111010100101101110100101000101000101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,250,150); }

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

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

 a { background-color: rgb(105,250,150); }

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

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

 span { border-color: rgb(105,250,150); }

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