Html Css Color HEX #96FCA7 Pale Green

📋 copy color: '#96FCA7'

red 150 ◦ green 252 ◦ blue 167

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

Shades of Pale Green #96FCA7

Tints of Pale Green #96FCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.35%

R = 26.36%
G = 44.29%
B = 29.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#96FCA7 (or 0x96FCA7) is known color: Pale Green. HEX triplet: 96, FC and A7. RGB value is (150,252,167). Sum of RGB (Red+Green+Blue) = 150+252+167=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCA7 is #690358. Grayscale: #D4D4D4. Windows color (decimal): -6882137 or 11009174. OLE color: 11009174.

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

Color convert

RGB 150 252 167 -
CMYK 0.40 0 0.34 0.01
HSL 130º 0.94% 0.79% -
HSV(B) 130º 0.4% 0.99% -
XYZ 54.36 78.89 48.92 -
YUV 211.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 150 252 167 0.40 0 0.34 0.01 130 0.94 0.79
Hex 96 FC A7 28 0 22 1 82 5E 4F
Octal 226 374 247 50 0 42 1 202 136 117
Binary 10010110 11111100 10100111 101000 0 100010 1 10000010 1011110 1001111

Color Harmonies of #96FCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCA7

Black with #96FCA7

Text Example


Text Example

White with #96FCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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