Html Css Color HEX #96F2A2 Pale Green

📋 copy color: '#96F2A2'

red 150 ◦ green 242 ◦ blue 162

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

Shades of Pale Green #96F2A2

Tints of Pale Green #96F2A2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

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

R = 27.08%
G = 43.68%
B = 29.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#96F2A2 (or 0x96F2A2) is known color: Pale Green. HEX triplet: 96, F2 and A2. RGB value is (150,242,162). Sum of RGB (Red+Green+Blue) = 150+242+162=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F2A2 is #690D5D. Grayscale: #CDCDCD. Windows color (decimal): -6884702 or 10678934. OLE color: 10678934.

HSL color Cylindrical-coordinate representation of color #96F2A2: hue angle of 127.83º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2A2 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 162 -
CMYK 0.38 0 0.33 0.05
HSL 127.83º 0.78% 0.77% -
HSV(B) 127.83º 0.38% 0.95% -
XYZ 50.85 72.6 45.51 -
YUV 205.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 150 242 162 0.38 0 0.33 0.05 127.83 0.78 0.77
Hex 96 F2 A2 26 0 21 5 80 4E 4D
Octal 226 362 242 46 0 41 5 200 116 115
Binary 10010110 11110010 10100010 100110 0 100001 101 10000000 1001110 1001101

Color Harmonies of #96F2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2A2

Black with #96F2A2

Text Example


Text Example

White with #96F2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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