Html Css Color HEX #96F2A1 Pale Green

📋 copy color: '#96F2A1'

red 150 ◦ green 242 ◦ blue 161

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

Shades of Pale Green #96F2A1

Tints of Pale Green #96F2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.11%

R = 27.12%
G = 43.76%
B = 29.11%

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

#96F2A1 (or 0x96F2A1) is known color: Pale Green. HEX triplet: 96, F2 and A1. RGB value is (150,242,161). Sum of RGB (Red+Green+Blue) = 150+242+161=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F2A1 is #690D5E. Grayscale: #CDCDCD. Windows color (decimal): -6884703 or 10613398. OLE color: 10613398.

HSL color Cylindrical-coordinate representation of color #96F2A1: hue angle of 127.17º 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 #96F2A1 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 161 -
CMYK 0.38 0 0.33 0.05
HSL 127.17º 0.78% 0.77% -
HSV(B) 127.17º 0.38% 0.95% -
XYZ 50.76 72.56 45.05 -
YUV 205.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 150 242 161 0.38 0 0.33 0.05 127.17 0.78 0.77
Hex 96 F2 A1 26 0 21 5 7F 4E 4D
Octal 226 362 241 46 0 41 5 177 116 115
Binary 10010110 11110010 10100001 100110 0 100001 101 1111111 1001110 1001101

Color Harmonies of #96F2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2A1

Black with #96F2A1

Text Example


Text Example

White with #96F2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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