#09B675

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

Shades of Jade #09B675

Tints of Jade #09B675

Color information

#09B675 (or 0x09B675) is unknown color: approx Jade. HEX triplet: 09, B6 and 75. RGB value is (9,182,117). Sum of RGB (Red+Green+Blue) = 9+182+117=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #09B675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B675 is #F6498A. Grayscale: #7A7A7A. Windows color (decimal): -16140683 or 7714313. OLE color: 7714313.

HSL color Cylindrical-coordinate representation of color #09B675: hue angle of 157.46º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B675 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB9182117-
CMYK0.9500.360.29
HSL157.46º90.58%37.45%-
HSV(B)157.46º95.05%71.37%-
XYZ20.0534.822.49-
YUV122.86124.6946.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.92%
GREEN value IS 182 (71.48% from 255) = 59.09%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=2.92%
G=59.09%
B=37.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91821170.9500.360.29157.4690.5837.45
Hex9B6755F0241D9d5b25
Octal112661651370443523513345
Binary10011011011011101011011111010010011101100111011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,182,117); }

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

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

 a { background-color: rgb(9,182,117); }

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

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

 span { border-color: rgb(9,182,117); }

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