Html Css Color HEX #09A46E Jade

📋 copy color: '#09A46E'

red 9 ◦ green 164 ◦ blue 110

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

Shades of Jade #09A46E

Tints of Jade #09A46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 3.18%
G = 57.95%
B = 38.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#09A46E (or 0x09A46E) is known color: Jade. HEX triplet: 09, A4 and 6E. RGB value is (9,164,110). Sum of RGB (Red+Green+Blue) = 9+164+110=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #09A46E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A46E is #F65B91. Grayscale: #6F6F6F. Windows color (decimal): -16145298 or 7250953. OLE color: 7250953.

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

Color convert

RGB 9 164 110 -
CMYK 0.95 0 0.33 0.36
HSL 159.1º 0.9% 0.34% -
HSV(B) 159.1º 0.95% 0.64% -
XYZ 16.2 27.73 19.25 -
YUV 111.5 127.15 54.89 -
System Red Green Blue C M Y K H S L
Decimal 9 164 110 0.95 0 0.33 0.36 159.1 0.9 0.34
Hex 9 A4 6E 5F 0 21 24 9F 5A 22
Octal 11 244 156 137 0 41 44 237 132 42
Binary 1001 10100100 1101110 1011111 0 100001 100100 10011111 1011010 100010

Color Harmonies of #09A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A46E

Black with #09A46E

Text Example


Text Example

White with #09A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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