Html Css Color HEX #09A469 Jade

📋 copy color: '#09A469'

red 9 ◦ green 164 ◦ blue 105

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

Shades of Jade #09A469

Tints of Jade #09A469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 3.24%
G = 58.99%
B = 37.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#09A469 (or 0x09A469) is known color: Jade. HEX triplet: 09, A4 and 69. RGB value is (9,164,105). Sum of RGB (Red+Green+Blue) = 9+164+105=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #09A469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A469 is #F65B96. Grayscale: #6F6F6F. Windows color (decimal): -16145303 or 6923273. OLE color: 6923273.

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

Color convert

RGB 9 164 105 -
CMYK 0.95 0 0.36 0.36
HSL 157.16º 0.9% 0.34% -
HSV(B) 157.16º 0.95% 0.64% -
XYZ 15.94 27.63 17.86 -
YUV 110.93 124.65 55.3 -
System Red Green Blue C M Y K H S L
Decimal 9 164 105 0.95 0 0.36 0.36 157.16 0.9 0.34
Hex 9 A4 69 5F 0 24 24 9D 5A 22
Octal 11 244 151 137 0 44 44 235 132 42
Binary 1001 10100100 1101001 1011111 0 100100 100100 10011101 1011010 100010

Color Harmonies of #09A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A469

Black with #09A469

Text Example


Text Example

White with #09A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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