Html Css Color HEX #96ED9A Light Green

📋 copy color: '#96ED9A'

red 150 ◦ green 237 ◦ blue 154

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

Shades of Light Green #96ED9A

Tints of Light Green #96ED9A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 27.73%
G = 43.81%
B = 28.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#96ED9A (or 0x96ED9A) is known color: Light Green. HEX triplet: 96, ED and 9A. RGB value is (150,237,154). Sum of RGB (Red+Green+Blue) = 150+237+154=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ED9A is #691265. Grayscale: #C9C9C9. Windows color (decimal): -6885990 or 10153366. OLE color: 10153366.

HSL color Cylindrical-coordinate representation of color #96ED9A: hue angle of 122.76º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96ED9A is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 154 -
CMYK 0.37 0 0.35 0.07
HSL 122.76º 0.71% 0.76% -
HSV(B) 122.76º 0.37% 0.93% -
XYZ 48.69 69.39 41.4 -
YUV 201.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 150 237 154 0.37 0 0.35 0.07 122.76 0.71 0.76
Hex 96 ED 9A 25 0 23 7 7B 47 4C
Octal 226 355 232 45 0 43 7 173 107 114
Binary 10010110 11101101 10011010 100101 0 100011 111 1111011 1000111 1001100

Color Harmonies of #96ED9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED9A

Black with #96ED9A

Text Example


Text Example

White with #96ED9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,154); }

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

background-color css

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

 a { background-color: rgb(150,237,154); }

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

border-color css

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

 span { border-color: rgb(150,237,154); }

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