Html Css Color HEX #09A16D Jade

📋 copy color: '#09A16D'

red 9 ◦ green 161 ◦ blue 109

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

Shades of Jade #09A16D

Tints of Jade #09A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.71%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 3.23%
G = 57.71%
B = 39.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#09A16D (or 0x09A16D) is known color: Jade. HEX triplet: 09, A1 and 6D. RGB value is (9,161,109). Sum of RGB (Red+Green+Blue) = 9+161+109=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #09A16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A16D is #F65E92. Grayscale: #6D6D6D. Windows color (decimal): -16146067 or 7184649. OLE color: 7184649.

HSL color Cylindrical-coordinate representation of color #09A16D: hue angle of 159.47º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A16D is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 161 109 -
CMYK 0.94 0 0.32 0.37
HSL 159.47º 0.89% 0.33% -
HSV(B) 159.47º 0.94% 0.63% -
XYZ 15.62 26.65 18.79 -
YUV 109.62 127.64 56.23 -
System Red Green Blue C M Y K H S L
Decimal 9 161 109 0.94 0 0.32 0.37 159.47 0.89 0.33
Hex 9 A1 6D 5E 0 20 25 9F 59 21
Octal 11 241 155 136 0 40 45 237 131 41
Binary 1001 10100001 1101101 1011110 0 100000 100101 10011111 1011001 100001

Color Harmonies of #09A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A16D

Black with #09A16D

Text Example


Text Example

White with #09A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,161,109); }

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

background-color css

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

 a { background-color: rgb(9,161,109); }

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

border-color css

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

 span { border-color: rgb(9,161,109); }

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