Html Css Color HEX #09A26D Jade

📋 copy color: '#09A26D'

red 9 ◦ green 162 ◦ blue 109

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

Shades of Jade #09A26D

Tints of Jade #09A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.86%

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

R = 3.21%
G = 57.86%
B = 38.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#09A26D (or 0x09A26D) is known color: Jade. HEX triplet: 09, A2 and 6D. RGB value is (9,162,109). Sum of RGB (Red+Green+Blue) = 9+162+109=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26D is #F65D92. Grayscale: #6E6E6E. Windows color (decimal): -16145811 or 7184905. OLE color: 7184905.

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

Color convert

RGB 9 162 109 -
CMYK 0.94 0 0.33 0.36
HSL 159.22º 0.89% 0.34% -
HSV(B) 159.22º 0.94% 0.64% -
XYZ 15.79 27 18.85 -
YUV 110.21 127.31 55.81 -
System Red Green Blue C M Y K H S L
Decimal 9 162 109 0.94 0 0.33 0.36 159.22 0.89 0.34
Hex 9 A2 6D 5E 0 21 24 9F 59 22
Octal 11 242 155 136 0 41 44 237 131 42
Binary 1001 10100010 1101101 1011110 0 100001 100100 10011111 1011001 100010

Color Harmonies of #09A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A26D

Black with #09A26D

Text Example


Text Example

White with #09A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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