Html Css Color HEX #96F9AA Pale Green

📋 copy color: '#96F9AA'

red 150 ◦ green 249 ◦ blue 170

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

Shades of Pale Green #96F9AA

Tints of Pale Green #96F9AA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.76%

 BLUE value IS 170 (66.8% from 255) = 29.88%

R = 26.36%
G = 43.76%
B = 29.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#96F9AA (or 0x96F9AA) is known color: Pale Green. HEX triplet: 96, F9 and AA. RGB value is (150,249,170). Sum of RGB (Red+Green+Blue) = 150+249+170=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F9AA is #690655. Grayscale: #D2D2D2. Windows color (decimal): -6882902 or 11205014. OLE color: 11205014.

HSL color Cylindrical-coordinate representation of color #96F9AA: hue angle of 132.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9AA is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 170 -
CMYK 0.40 0 0.32 0.02
HSL 132.12º 0.89% 0.78% -
HSV(B) 132.12º 0.4% 0.98% -
XYZ 53.71 77.14 50.09 -
YUV 210.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 150 249 170 0.40 0 0.32 0.02 132.12 0.89 0.78
Hex 96 F9 AA 28 0 20 2 84 59 4E
Octal 226 371 252 50 0 40 2 204 131 116
Binary 10010110 11111001 10101010 101000 0 100000 10 10000100 1011001 1001110

Color Harmonies of #96F9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9AA

Black with #96F9AA

Text Example


Text Example

White with #96F9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,170); }

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

background-color css

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

 a { background-color: rgb(150,249,170); }

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

border-color css

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

 span { border-color: rgb(150,249,170); }

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