#09B176

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

Shades of Jade #09B176

Tints of Jade #09B176

Color information

#09B176 (or 0x09B176) is unknown color: approx Jade. HEX triplet: 09, B1 and 76. RGB value is (9,177,118). Sum of RGB (Red+Green+Blue) = 9+177+118=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #09B176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B176 is #F64E89. Grayscale: #787878. Windows color (decimal): -16141962 or 7778569. OLE color: 7778569.

HSL color Cylindrical-coordinate representation of color #09B176: hue angle of 158.93º 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 #09B176 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB9177118-
CMYK0.9500.330.31
HSL158.93º90.32%36.47%-
HSV(B)158.93º94.92%69.41%-
XYZ19.132.8122.47-
YUV120.04126.8448.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.96%
GREEN value IS 177 (69.53% from 255) = 58.22%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=2.96%
G=58.22%
B=38.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91771180.9500.330.31158.9390.3236.47
Hex9B1765F0211F9f5a24
Octal112611661370413723713244
Binary10011011000111101101011111010000111111100111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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