Html Css Color HEX #96EEA1 Pale Green

📋 copy color: '#96EEA1'

red 150 ◦ green 238 ◦ blue 161

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

Shades of Pale Green #96EEA1

Tints of Pale Green #96EEA1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.35%

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

R = 27.32%
G = 43.35%
B = 29.33%

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

#96EEA1 (or 0x96EEA1) is known color: Pale Green. HEX triplet: 96, EE and A1. RGB value is (150,238,161). Sum of RGB (Red+Green+Blue) = 150+238+161=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEA1 is #69115E. Grayscale: #CBCBCB. Windows color (decimal): -6885727 or 10612374. OLE color: 10612374.

HSL color Cylindrical-coordinate representation of color #96EEA1: hue angle of 127.5º degrees, saturation: 0.72, 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 #96EEA1 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 161 -
CMYK 0.37 0 0.32 0.07
HSL 127.5º 0.72% 0.76% -
HSV(B) 127.5º 0.37% 0.93% -
XYZ 49.59 70.21 44.66 -
YUV 202.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 150 238 161 0.37 0 0.32 0.07 127.5 0.72 0.76
Hex 96 EE A1 25 0 20 7 80 48 4C
Octal 226 356 241 45 0 40 7 200 110 114
Binary 10010110 11101110 10100001 100101 0 100000 111 10000000 1001000 1001100

Color Harmonies of #96EEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEA1

Black with #96EEA1

Text Example


Text Example

White with #96EEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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