Html Css Color HEX #96F9A2 Pale Green

📋 copy color: '#96F9A2'

red 150 ◦ green 249 ◦ blue 162

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

Shades of Pale Green #96F9A2

Tints of Pale Green #96F9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.88%

R = 26.74%
G = 44.39%
B = 28.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#96F9A2 (or 0x96F9A2) is known color: Pale Green. HEX triplet: 96, F9 and A2. RGB value is (150,249,162). Sum of RGB (Red+Green+Blue) = 150+249+162=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F9A2 is #69065D. Grayscale: #D1D1D1. Windows color (decimal): -6882910 or 10680726. OLE color: 10680726.

HSL color Cylindrical-coordinate representation of color #96F9A2: hue angle of 127.27º 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 #96F9A2 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 162 -
CMYK 0.40 0 0.35 0.02
HSL 127.27º 0.89% 0.78% -
HSV(B) 127.27º 0.4% 0.98% -
XYZ 52.97 76.84 46.22 -
YUV 209.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 150 249 162 0.40 0 0.35 0.02 127.27 0.89 0.78
Hex 96 F9 A2 28 0 23 2 7F 59 4E
Octal 226 371 242 50 0 43 2 177 131 116
Binary 10010110 11111001 10100010 101000 0 100011 10 1111111 1011001 1001110

Color Harmonies of #96F9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9A2

Black with #96F9A2

Text Example


Text Example

White with #96F9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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