Html Css Color HEX #96EDA2 Pale Green

📋 copy color: '#96EDA2'

red 150 ◦ green 237 ◦ blue 162

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

Shades of Pale Green #96EDA2

Tints of Pale Green #96EDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

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

R = 27.32%
G = 43.17%
B = 29.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#96EDA2 (or 0x96EDA2) is known color: Pale Green. HEX triplet: 96, ED and A2. RGB value is (150,237,162). Sum of RGB (Red+Green+Blue) = 150+237+162=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EDA2 is #69125D. Grayscale: #CACACA. Windows color (decimal): -6885982 or 10677654. OLE color: 10677654.

HSL color Cylindrical-coordinate representation of color #96EDA2: hue angle of 128.28º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDA2 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 162 -
CMYK 0.37 0 0.32 0.07
HSL 128.28º 0.71% 0.76% -
HSV(B) 128.28º 0.37% 0.93% -
XYZ 49.38 69.66 45.03 -
YUV 202.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 150 237 162 0.37 0 0.32 0.07 128.28 0.71 0.76
Hex 96 ED A2 25 0 20 7 80 47 4C
Octal 226 355 242 45 0 40 7 200 107 114
Binary 10010110 11101101 10100010 100101 0 100000 111 10000000 1000111 1001100

Color Harmonies of #96EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDA2

Black with #96EDA2

Text Example


Text Example

White with #96EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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