Html Css Color HEX #96F8AD Pale Green

📋 copy color: '#96F8AD'

red 150 ◦ green 248 ◦ blue 173

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

Shades of Pale Green #96F8AD

Tints of Pale Green #96F8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.43%

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 26.27%
G = 43.43%
B = 30.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#96F8AD (or 0x96F8AD) is known color: Pale Green. HEX triplet: 96, F8 and AD. RGB value is (150,248,173). Sum of RGB (Red+Green+Blue) = 150+248+173=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F8AD is #690752. Grayscale: #D2D2D2. Windows color (decimal): -6883155 or 11401366. OLE color: 11401366.

HSL color Cylindrical-coordinate representation of color #96F8AD: hue angle of 134.08º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8AD is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 173 -
CMYK 0.40 0 0.30 0.03
HSL 134.08º 0.88% 0.78% -
HSV(B) 134.08º 0.4% 0.97% -
XYZ 53.69 76.64 51.5 -
YUV 210.15 107.03 85.1 -
System Red Green Blue C M Y K H S L
Decimal 150 248 173 0.40 0 0.30 0.03 134.08 0.88 0.78
Hex 96 F8 AD 28 0 1E 3 86 58 4E
Octal 226 370 255 50 0 36 3 206 130 116
Binary 10010110 11111000 10101101 101000 0 11110 11 10000110 1011000 1001110

Color Harmonies of #96F8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8AD

Black with #96F8AD

Text Example


Text Example

White with #96F8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,173); }

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

background-color css

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

 a { background-color: rgb(150,248,173); }

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

border-color css

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

 span { border-color: rgb(150,248,173); }

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