Html Css Color HEX #96F08A Light Green

📋 copy color: '#96F08A'

red 150 ◦ green 240 ◦ blue 138

#96F08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #96F08A

Tints of Light Green #96F08A

RGB

 RED value IS 150 (58.98% from 255) = 28.41%

 GREEN value IS 240 (94.14% from 255) = 45.45%

 BLUE value IS 138 (54.3% from 255) = 26.14%

R = 28.41%
G = 45.45%
B = 26.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#96F08A (or 0x96F08A) is known color: Light Green. HEX triplet: 96, F0 and 8A. RGB value is (150,240,138). Sum of RGB (Red+Green+Blue) = 150+240+138=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #96F08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F08A is #690F75. Grayscale: #C9C9C9. Windows color (decimal): -6885238 or 9105558. OLE color: 9105558.

HSL color Cylindrical-coordinate representation of color #96F08A: hue angle of 112.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96F08A is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 138 -
CMYK 0.37 0 0.42 0.06
HSL 112.94º 0.77% 0.74% -
HSV(B) 112.94º 0.43% 0.94% -
XYZ 48.33 70.64 35.13 -
YUV 201.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 150 240 138 0.37 0 0.42 0.06 112.94 0.77 0.74
Hex 96 F0 8A 25 0 2A 6 71 4D 4A
Octal 226 360 212 45 0 52 6 161 115 112
Binary 10010110 11110000 10001010 100101 0 101010 110 1110001 1001101 1001010

Color Harmonies of #96F08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F08A

Black with #96F08A

Text Example


Text Example

White with #96F08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,240,138); }

 H1.HeaderClassName
 {
   color: #96F08A;
 }
 .AnyTagClassName
 {
   color: #96F08A;
 }
</style>

background-color css

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

 a { background-color: rgb(150,240,138); }

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

border-color css

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

 span { border-color: rgb(150,240,138); }

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