#09B160

Color #09B160 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #09B160

Tints of Jade #09B160

Color information

#09B160 (or 0x09B160) is unknown color: approx Jade. HEX triplet: 09, B1 and 60. RGB value is (9,177,96). Sum of RGB (Red+Green+Blue) = 9+177+96=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #09B160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B160 is #F64E9F. Grayscale: #757575. Windows color (decimal): -16141984 or 6336777. OLE color: 6336777.

HSL color Cylindrical-coordinate representation of color #09B160: hue angle of 151.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B160 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB917796-
CMYK0.9500.460.31
HSL151.07º90.32%36.47%-
HSV(B)151.07º94.92%69.41%-
XYZ17.9532.3516.36-
YUV117.53115.8450.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.19%
GREEN value IS 177 (69.53% from 255) = 62.77%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=3.19%
G=62.77%
B=34.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9177960.9500.460.31151.0790.3236.47
Hex9B1605F02E1F975a24
Octal112611401370563722713244
Binary10011011000111000001011111010111011111100101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09B160; }

 p { color: rgb(9,177,96); }

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

<style>
 a { background-color: #09B160; }

 a { background-color: rgb(9,177,96); }

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

<style>
 span { border-color: #09B160; }

 span { border-color: rgb(9,177,96); }

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