Html Css Color HEX #09AC65 Jade

📋 copy color: '#09AC65'

red 9 ◦ green 172 ◦ blue 101

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

Shades of Jade #09AC65

Tints of Jade #09AC65

RGB

 RED value IS 9 (3.91% from 255) = 3.19%

 GREEN value IS 172 (67.58% from 255) = 60.99%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 3.19%
G = 60.99%
B = 35.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#09AC65 (or 0x09AC65) is known color: Jade. HEX triplet: 09, AC and 65. RGB value is (9,172,101). Sum of RGB (Red+Green+Blue) = 9+172+101=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AC65 is #F6539A. Grayscale: #737373. Windows color (decimal): -16143259 or 6663177. OLE color: 6663177.

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

Color convert

RGB 9 172 101 -
CMYK 0.95 0 0.41 0.33
HSL 153.87º 0.9% 0.35% -
HSV(B) 153.87º 0.95% 0.67% -
XYZ 17.21 30.5 17.29 -
YUV 115.17 120 52.27 -
System Red Green Blue C M Y K H S L
Decimal 9 172 101 0.95 0 0.41 0.33 153.87 0.9 0.35
Hex 9 AC 65 5F 0 29 21 9A 5A 23
Octal 11 254 145 137 0 51 41 232 132 43
Binary 1001 10101100 1100101 1011111 0 101001 100001 10011010 1011010 100011

Color Harmonies of #09AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AC65

Black with #09AC65

Text Example


Text Example

White with #09AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09AC65;
 }
 .AnyTagClassName
 {
   color: #09AC65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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