Html Css Color HEX #09AC68 Jade

📋 copy color: '#09AC68'

red 9 ◦ green 172 ◦ blue 104

#09AC68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #09AC68

Tints of Jade #09AC68

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 value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#09AC68 (or 0x09AC68) is known color: 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

RGB 9 172 104 -
CMYK 0.95 0 0.40 0.33
HSL 154.97º 0.9% 0.35% -
HSV(B) 154.97º 0.95% 0.67% -
XYZ 17.36 30.56 18.08 -
YUV 115.51 121.5 52.03 -
System Red Green Blue C M Y K H S L
Decimal 9 172 104 0.95 0 0.40 0.33 154.97 0.9 0.35
Hex 9 AC 68 5F 0 28 21 9B 5A 23
Octal 11 254 150 137 0 50 41 233 132 43
Binary 1001 10101100 1101000 1011111 0 101000 100001 10011011 1011010 100011

Color Harmonies of #09AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AC68

Black with #09AC68

Text Example


Text Example

White with #09AC68

Text Example


Text Example

HTML Codes & Css Web 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>