Html Css Color HEX #09A467 Jade

📋 copy color: '#09A467'

red 9 ◦ green 164 ◦ blue 103

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

Shades of Jade #09A467

Tints of Jade #09A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 59.42%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 3.26%
G = 59.42%
B = 37.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#09A467 (or 0x09A467) is known color: Jade. HEX triplet: 09, A4 and 67. RGB value is (9,164,103). Sum of RGB (Red+Green+Blue) = 9+164+103=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #09A467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A467 is #F65B98. Grayscale: #6E6E6E. Windows color (decimal): -16145305 or 6792201. OLE color: 6792201.

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

Color convert

RGB 9 164 103 -
CMYK 0.95 0 0.37 0.36
HSL 156.39º 0.9% 0.34% -
HSV(B) 156.39º 0.95% 0.64% -
XYZ 15.84 27.59 17.32 -
YUV 110.7 123.65 55.46 -
System Red Green Blue C M Y K H S L
Decimal 9 164 103 0.95 0 0.37 0.36 156.39 0.9 0.34
Hex 9 A4 67 5F 0 25 24 9C 5A 22
Octal 11 244 147 137 0 45 44 234 132 42
Binary 1001 10100100 1100111 1011111 0 100101 100100 10011100 1011010 100010

Color Harmonies of #09A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A467

Black with #09A467

Text Example


Text Example

White with #09A467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,164,103); }

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

background-color css

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

 a { background-color: rgb(9,164,103); }

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

border-color css

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

 span { border-color: rgb(9,164,103); }

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