Html Css Color HEX #96EF8A Light Green

📋 copy color: '#96EF8A'

red 150 ◦ green 239 ◦ blue 138

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

Shades of Light Green #96EF8A

Tints of Light Green #96EF8A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

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

R = 28.46%
G = 45.35%
B = 26.19%

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

#96EF8A (or 0x96EF8A) is known color: Light Green. HEX triplet: 96, EF and 8A. RGB value is (150,239,138). Sum of RGB (Red+Green+Blue) = 150+239+138=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EF8A is #691075. Grayscale: #C9C9C9. Windows color (decimal): -6885494 or 9105302. OLE color: 9105302.

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

Color convert

RGB 150 239 138 -
CMYK 0.37 0 0.42 0.06
HSL 112.87º 0.76% 0.74% -
HSV(B) 112.87º 0.42% 0.94% -
XYZ 48.03 70.05 35.03 -
YUV 200.88 92.51 91.71 -
System Red Green Blue C M Y K H S L
Decimal 150 239 138 0.37 0 0.42 0.06 112.87 0.76 0.74
Hex 96 EF 8A 25 0 2A 6 71 4C 4A
Octal 226 357 212 45 0 52 6 161 114 112
Binary 10010110 11101111 10001010 100101 0 101010 110 1110001 1001100 1001010

Color Harmonies of #96EF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EF8A

Black with #96EF8A

Text Example


Text Example

White with #96EF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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