#96D112

Color #96D112 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #96D112

Tints of Bahia #96D112

Color information

#96D112 (or 0x96D112) is unknown color: approx Bahia. HEX triplet: 96, D1 and 12. RGB value is (150,209,18). Sum of RGB (Red+Green+Blue) = 150+209+18=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #96D112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D112 is #692EED. Grayscale: #AAAAAA. Windows color (decimal): -6893294 or 1233302. OLE color: 1233302.

HSL color Cylindrical-coordinate representation of color #96D112: hue angle of 78.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96D112 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB15020918-
CMYK0.2800.910.18
HSL78.53º84.14%44.51%-
HSV(B)78.53º91.39%81.96%-
XYZ35.4952.138.76-
YUV169.5842.45114.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 209 (82.03% from 255) = 55.44%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=39.79%
G=55.44%
B=4.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150209180.2800.910.1878.5384.1444.51
Hex96D1121C05B124f542d
Octal226321223401332211712455
Binary10010110110100011001011100010110111001010011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,209,18); }

 H1.HeaderClassName
 {
   color: #96D112;
 }
 .AnyTagClassName
 {
   color: #96D112;
 }
</style>
background-color css

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

 a { background-color: rgb(150,209,18); }

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

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

 span { border-color: rgb(150,209,18); }

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