Html Css Color HEX #96F8AE Pale Green

📋 copy color: '#96F8AE'

red 150 ◦ green 248 ◦ blue 174

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

Shades of Pale Green #96F8AE

Tints of Pale Green #96F8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.42%

R = 26.22%
G = 43.36%
B = 30.42%

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

#96F8AE (or 0x96F8AE) is known color: Pale Green. HEX triplet: 96, F8 and AE. RGB value is (150,248,174). Sum of RGB (Red+Green+Blue) = 150+248+174=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F8AE is #690751. Grayscale: #D2D2D2. Windows color (decimal): -6883154 or 11466902. OLE color: 11466902.

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

Color convert

RGB 150 248 174 -
CMYK 0.40 0 0.30 0.03
HSL 134.69º 0.88% 0.78% -
HSV(B) 134.69º 0.4% 0.97% -
XYZ 53.79 76.67 52.01 -
YUV 210.26 107.53 85.02 -
System Red Green Blue C M Y K H S L
Decimal 150 248 174 0.40 0 0.30 0.03 134.69 0.88 0.78
Hex 96 F8 AE 28 0 1E 3 87 58 4E
Octal 226 370 256 50 0 36 3 207 130 116
Binary 10010110 11111000 10101110 101000 0 11110 11 10000111 1011000 1001110

Color Harmonies of #96F8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8AE

Black with #96F8AE

Text Example


Text Example

White with #96F8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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