#09B06D

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

Shades of Jade #09B06D

Tints of Jade #09B06D

Color information

#09B06D (or 0x09B06D) is unknown color: approx Jade. HEX triplet: 09, B0 and 6D. RGB value is (9,176,109). Sum of RGB (Red+Green+Blue) = 9+176+109=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #09B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B06D is #F64F92. Grayscale: #767676. Windows color (decimal): -16142227 or 7188489. OLE color: 7188489.

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

Color convert

RGB9176109-
CMYK0.9500.380.31
HSL155.93º90.27%36.27%-
HSV(B)155.93º94.89%69.02%-
XYZ18.432.2119.72-
YUV118.43122.6749.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.06%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=3.06%
G=59.86%
B=37.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91761090.9500.380.31155.9390.2736.27
Hex9B06D5F0261F9c5a24
Octal112601551370463723413244
Binary10011011000011011011011111010011011111100111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,176,109); }

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

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

 a { background-color: rgb(9,176,109); }

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

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

 span { border-color: rgb(9,176,109); }

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