Html Css Color HEX #96FBA0 Pale Green

📋 copy color: '#96FBA0'

red 150 ◦ green 251 ◦ blue 160

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

Shades of Pale Green #96FBA0

Tints of Pale Green #96FBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 26.74%
G = 44.74%
B = 28.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#96FBA0 (or 0x96FBA0) is known color: Pale Green. HEX triplet: 96, FB and A0. RGB value is (150,251,160). Sum of RGB (Red+Green+Blue) = 150+251+160=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA0 is #69045F. Grayscale: #D2D2D2. Windows color (decimal): -6882400 or 10550166. OLE color: 10550166.

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

Color convert

RGB 150 251 160 -
CMYK 0.40 0 0.36 0.02
HSL 125.94º 0.93% 0.79% -
HSV(B) 125.94º 0.4% 0.98% -
XYZ 53.42 78.02 45.5 -
YUV 210.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 150 251 160 0.40 0 0.36 0.02 125.94 0.93 0.79
Hex 96 FB A0 28 0 24 2 7E 5D 4F
Octal 226 373 240 50 0 44 2 176 135 117
Binary 10010110 11111011 10100000 101000 0 100100 10 1111110 1011101 1001111

Color Harmonies of #96FBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBA0

Black with #96FBA0

Text Example


Text Example

White with #96FBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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