#69FE96

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

Shades of Light Green #69FE96

Tints of Light Green #69FE96

Color information

#69FE96 (or 0x69FE96) is unknown color: approx Light Green. HEX triplet: 69, FE and 96. RGB value is (105,254,150). Sum of RGB (Red+Green+Blue) = 105+254+150=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #69FE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FE96 is #960169. Grayscale: #C5C5C5. Windows color (decimal): -9830762 or 9895529. OLE color: 9895529.

HSL color Cylindrical-coordinate representation of color #69FE96: hue angle of 138.12º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FE96 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB105254150-
CMYK0.5900.410.00
HSL138.12º98.68%70.39%-
HSV(B)138.12º58.66%99.61%-
XYZ46.7776.0941.08-
YUV197.59101.1461.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.63%
GREEN value IS 254 (99.61% from 255) = 49.90%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=20.63%
G=49.90%
B=29.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1052541500.5900.410.00138.1298.6870.39
Hex69FE963B02908a6346
Octal151376226730510212143106
Binary11010011111111010010110111011010100101000101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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