Html Css Color HEX #96FA9F Pale Green

📋 copy color: '#96FA9F'

red 150 ◦ green 250 ◦ blue 159

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

Shades of Pale Green #96FA9F

Tints of Pale Green #96FA9F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.72%

 BLUE value IS 159 (62.5% from 255) = 28.44%

R = 26.83%
G = 44.72%
B = 28.44%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#96FA9F (or 0x96FA9F) is known color: Pale Green. HEX triplet: 96, FA and 9F. RGB value is (150,250,159). Sum of RGB (Red+Green+Blue) = 150+250+159=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FA9F is #690560. Grayscale: #D1D1D1. Windows color (decimal): -6882657 or 10484374. OLE color: 10484374.

HSL color Cylindrical-coordinate representation of color #96FA9F: hue angle of 125.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FA9F is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 159 -
CMYK 0.4 0 0.36 0.02
HSL 125.4º 0.91% 0.78% -
HSV(B) 125.4º 0.4% 0.98% -
XYZ 53.02 77.36 44.94 -
YUV 209.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 150 250 159 0.4 0 0.36 0.02 125.4 0.91 0.78
Hex 96 FA 9F 28 0 24 2 7D 5B 4E
Octal 226 372 237 50 0 44 2 175 133 116
Binary 10010110 11111010 10011111 101000 0 100100 10 1111101 1011011 1001110

Color Harmonies of #96FA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA9F

Black with #96FA9F

Text Example


Text Example

White with #96FA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,159); }

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

background-color css

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

 a { background-color: rgb(150,250,159); }

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

border-color css

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

 span { border-color: rgb(150,250,159); }

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