Html Css Color HEX #96FBA7 Pale Green

📋 copy color: '#96FBA7'

red 150 ◦ green 251 ◦ blue 167

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

Shades of Pale Green #96FBA7

Tints of Pale Green #96FBA7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.19%

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

R = 26.41%
G = 44.19%
B = 29.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#96FBA7 (or 0x96FBA7) is known color: Pale Green. HEX triplet: 96, FB and A7. RGB value is (150,251,167). Sum of RGB (Red+Green+Blue) = 150+251+167=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA7 is #690458. Grayscale: #D3D3D3. Windows color (decimal): -6882393 or 11008918. OLE color: 11008918.

HSL color Cylindrical-coordinate representation of color #96FBA7: hue angle of 130.1º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBA7 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 167 -
CMYK 0.40 0 0.33 0.02
HSL 130.1º 0.93% 0.79% -
HSV(B) 130.1º 0.4% 0.98% -
XYZ 54.05 78.27 48.82 -
YUV 211.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 150 251 167 0.40 0 0.33 0.02 130.1 0.93 0.79
Hex 96 FB A7 28 0 21 2 82 5D 4F
Octal 226 373 247 50 0 41 2 202 135 117
Binary 10010110 11111011 10100111 101000 0 100001 10 10000010 1011101 1001111

Color Harmonies of #96FBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBA7

Black with #96FBA7

Text Example


Text Example

White with #96FBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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