Html Css Color HEX #96EEA5 Pale Green

📋 copy color: '#96EEA5'

red 150 ◦ green 238 ◦ blue 165

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

Shades of Pale Green #96EEA5

Tints of Pale Green #96EEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 27.12%
G = 43.04%
B = 29.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#96EEA5 (or 0x96EEA5) is known color: Pale Green. HEX triplet: 96, EE and A5. RGB value is (150,238,165). Sum of RGB (Red+Green+Blue) = 150+238+165=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEA5 is #69115A. Grayscale: #CBCBCB. Windows color (decimal): -6885723 or 10874518. OLE color: 10874518.

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

Color convert

RGB 150 238 165 -
CMYK 0.37 0 0.31 0.07
HSL 130.23º 0.72% 0.76% -
HSV(B) 130.23º 0.37% 0.93% -
XYZ 49.94 70.35 46.54 -
YUV 203.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 150 238 165 0.37 0 0.31 0.07 130.23 0.72 0.76
Hex 96 EE A5 25 0 1F 7 82 48 4C
Octal 226 356 245 45 0 37 7 202 110 114
Binary 10010110 11101110 10100101 100101 0 11111 111 10000010 1001000 1001100

Color Harmonies of #96EEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEA5

Black with #96EEA5

Text Example


Text Example

White with #96EEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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