#09AC68

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

Shades of Jade #09AC68

Tints of Jade #09AC68

Color information

#09AC68 (or 0x09AC68) is unknown color: approx Jade. HEX triplet: 09, AC and 68. RGB value is (9,172,104). Sum of RGB (Red+Green+Blue) = 9+172+104=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AC68 is #F65397. Grayscale: #737373. Windows color (decimal): -16143256 or 6859785. OLE color: 6859785.

HSL color Cylindrical-coordinate representation of color #09AC68: hue angle of 154.97º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC68 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB9172104-
CMYK0.9500.400.33
HSL154.97º90.06%35.49%-
HSV(B)154.97º94.77%67.45%-
XYZ17.3630.5618.08-
YUV115.51121.552.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.16%
GREEN value IS 172 (67.58% from 255) = 60.35%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=3.16%
G=60.35%
B=36.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91721040.9500.400.33154.9790.0635.49
Hex9AC685F028219b5a23
Octal112541501370504123313243
Binary100110101100110100010111110101000100001100110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,172,104); }

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

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

 a { background-color: rgb(9,172,104); }

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

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

 span { border-color: rgb(9,172,104); }

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