Html Css Color HEX #96FBA8 Pale Green

📋 copy color: '#96FBA8'

red 150 ◦ green 251 ◦ blue 168

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

Shades of Pale Green #96FBA8

Tints of Pale Green #96FBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.53%

R = 26.36%
G = 44.11%
B = 29.53%

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

#96FBA8 (or 0x96FBA8) is known color: Pale Green. HEX triplet: 96, FB and A8. RGB value is (150,251,168). Sum of RGB (Red+Green+Blue) = 150+251+168=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA8 is #690457. Grayscale: #D3D3D3. Windows color (decimal): -6882392 or 11074454. OLE color: 11074454.

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

Color convert

RGB 150 251 168 -
CMYK 0.40 0 0.33 0.02
HSL 130.69º 0.93% 0.79% -
HSV(B) 130.69º 0.4% 0.98% -
XYZ 54.14 78.31 49.31 -
YUV 211.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 150 251 168 0.40 0 0.33 0.02 130.69 0.93 0.79
Hex 96 FB A8 28 0 21 2 83 5D 4F
Octal 226 373 250 50 0 41 2 203 135 117
Binary 10010110 11111011 10101000 101000 0 100001 10 10000011 1011101 1001111

Color Harmonies of #96FBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBA8

Black with #96FBA8

Text Example


Text Example

White with #96FBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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