Html Css Color HEX #96ECA1 Pale Green

📋 copy color: '#96ECA1'

red 150 ◦ green 236 ◦ blue 161

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

Shades of Pale Green #96ECA1

Tints of Pale Green #96ECA1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

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

R = 27.42%
G = 43.14%
B = 29.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#96ECA1 (or 0x96ECA1) is known color: Pale Green. HEX triplet: 96, EC and A1. RGB value is (150,236,161). Sum of RGB (Red+Green+Blue) = 150+236+161=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECA1 is #69135E. Grayscale: #C9C9C9. Windows color (decimal): -6886239 or 10611862. OLE color: 10611862.

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

Color convert

RGB 150 236 161 -
CMYK 0.36 0 0.32 0.07
HSL 127.67º 0.69% 0.76% -
HSV(B) 127.67º 0.36% 0.93% -
XYZ 49.01 69.05 44.46 -
YUV 201.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 150 236 161 0.36 0 0.32 0.07 127.67 0.69 0.76
Hex 96 EC A1 24 0 20 7 80 45 4C
Octal 226 354 241 44 0 40 7 200 105 114
Binary 10010110 11101100 10100001 100100 0 100000 111 10000000 1000101 1001100

Color Harmonies of #96ECA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECA1

Black with #96ECA1

Text Example


Text Example

White with #96ECA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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