#96FF6A

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

Shades of Light Green #96FF6A

Tints of Light Green #96FF6A

Color information

#96FF6A (or 0x96FF6A) is unknown color: approx Light Green. HEX triplet: 96, FF and 6A. RGB value is (150,255,106). Sum of RGB (Red+Green+Blue) = 150+255+106=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF6A is #690095. Grayscale: #CFCFCF. Windows color (decimal): -6881430 or 7012246. OLE color: 7012246.

HSL color Cylindrical-coordinate representation of color #96FF6A: hue angle of 102.28º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96FF6A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB150255106-
CMYK0.4100.580
HSL102.28º100%70.78%-
HSV(B)102.28º58.43%100%-
XYZ50.9479.0426.21-
YUV206.6271.2187.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 255 (100% from 255) = 49.90%
BLUE value IS 106 (41.80% from 255) = 20.74%
R=29.35%
G=49.90%
B=20.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551060.4100.580102.2810070.78
Hex96FF6A2903A0666447
Octal226377152510720146144107
Binary1001011011111111110101010100101110100110011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FF6A; }

 p { color: rgb(150,255,106); }

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

<style>
 a { background-color: #96FF6A; }

 a { background-color: rgb(150,255,106); }

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

<style>
 span { border-color: #96FF6A; }

 span { border-color: rgb(150,255,106); }

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