Html Css Color HEX #96F7A2 Pale Green

📋 copy color: '#96F7A2'

red 150 ◦ green 247 ◦ blue 162

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

Shades of Pale Green #96F7A2

Tints of Pale Green #96F7A2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.19%

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

R = 26.83%
G = 44.19%
B = 28.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#96F7A2 (or 0x96F7A2) is known color: Pale Green. HEX triplet: 96, F7 and A2. RGB value is (150,247,162). Sum of RGB (Red+Green+Blue) = 150+247+162=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F7A2 is #69085D. Grayscale: #D0D0D0. Windows color (decimal): -6883422 or 10680214. OLE color: 10680214.

HSL color Cylindrical-coordinate representation of color #96F7A2: hue angle of 127.42º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7A2 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 162 -
CMYK 0.39 0 0.34 0.03
HSL 127.42º 0.86% 0.78% -
HSV(B) 127.42º 0.39% 0.97% -
XYZ 52.36 75.61 46.02 -
YUV 208.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 150 247 162 0.39 0 0.34 0.03 127.42 0.86 0.78
Hex 96 F7 A2 27 0 22 3 7F 56 4E
Octal 226 367 242 47 0 42 3 177 126 116
Binary 10010110 11110111 10100010 100111 0 100010 11 1111111 1010110 1001110

Color Harmonies of #96F7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F7A2

Black with #96F7A2

Text Example


Text Example

White with #96F7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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