Html Css Color HEX #96FCAB Pale Green

📋 copy color: '#96FCAB'

red 150 ◦ green 252 ◦ blue 171

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

Shades of Pale Green #96FCAB

Tints of Pale Green #96FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.98%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 26.18%
G = 43.98%
B = 29.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#96FCAB (or 0x96FCAB) is known color: Pale Green. HEX triplet: 96, FC and AB. RGB value is (150,252,171). Sum of RGB (Red+Green+Blue) = 150+252+171=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCAB is #690354. Grayscale: #D4D4D4. Windows color (decimal): -6882133 or 11271318. OLE color: 11271318.

HSL color Cylindrical-coordinate representation of color #96FCAB: hue angle of 132.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCAB is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 171 -
CMYK 0.40 0 0.32 0.01
HSL 132.35º 0.94% 0.79% -
HSV(B) 132.35º 0.4% 0.99% -
XYZ 54.74 79.05 50.9 -
YUV 212.27 104.71 83.59 -
System Red Green Blue C M Y K H S L
Decimal 150 252 171 0.40 0 0.32 0.01 132.35 0.94 0.79
Hex 96 FC AB 28 0 20 1 84 5E 4F
Octal 226 374 253 50 0 40 1 204 136 117
Binary 10010110 11111100 10101011 101000 0 100000 1 10000100 1011110 1001111

Color Harmonies of #96FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCAB

Black with #96FCAB

Text Example


Text Example

White with #96FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,171); }

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

background-color css

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

 a { background-color: rgb(150,252,171); }

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

border-color css

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

 span { border-color: rgb(150,252,171); }

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