Html Css Color HEX #96EEA6 Pale Green

📋 copy color: '#96EEA6'

red 150 ◦ green 238 ◦ blue 166

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

Shades of Pale Green #96EEA6

Tints of Pale Green #96EEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.96%

R = 27.08%
G = 42.96%
B = 29.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#96EEA6 (or 0x96EEA6) is known color: Pale Green. HEX triplet: 96, EE and A6. RGB value is (150,238,166). Sum of RGB (Red+Green+Blue) = 150+238+166=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEA6 is #691159. Grayscale: #CBCBCB. Windows color (decimal): -6885722 or 10940054. OLE color: 10940054.

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

Color convert

RGB 150 238 166 -
CMYK 0.37 0 0.30 0.07
HSL 130.91º 0.72% 0.76% -
HSV(B) 130.91º 0.37% 0.93% -
XYZ 50.04 70.39 47.03 -
YUV 203.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 150 238 166 0.37 0 0.30 0.07 130.91 0.72 0.76
Hex 96 EE A6 25 0 1E 7 83 48 4C
Octal 226 356 246 45 0 36 7 203 110 114
Binary 10010110 11101110 10100110 100101 0 11110 111 10000011 1001000 1001100

Color Harmonies of #96EEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEA6

Black with #96EEA6

Text Example


Text Example

White with #96EEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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