Html Css Color HEX #09A26C Jade

📋 copy color: '#09A26C'

red 9 ◦ green 162 ◦ blue 108

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

Shades of Jade #09A26C

Tints of Jade #09A26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 3.23%
G = 58.06%
B = 38.71%

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

#09A26C (or 0x09A26C) is known color: Jade. HEX triplet: 09, A2 and 6C. RGB value is (9,162,108). Sum of RGB (Red+Green+Blue) = 9+162+108=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26C is #F65D93. Grayscale: #6E6E6E. Windows color (decimal): -16145812 or 7119369. OLE color: 7119369.

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

Color convert

RGB 9 162 108 -
CMYK 0.94 0 0.33 0.36
HSL 158.82º 0.89% 0.34% -
HSV(B) 158.82º 0.94% 0.64% -
XYZ 15.74 26.98 18.57 -
YUV 110.1 126.81 55.89 -
System Red Green Blue C M Y K H S L
Decimal 9 162 108 0.94 0 0.33 0.36 158.82 0.89 0.34
Hex 9 A2 6C 5E 0 21 24 9F 59 22
Octal 11 242 154 136 0 41 44 237 131 42
Binary 1001 10100010 1101100 1011110 0 100001 100100 10011111 1011001 100010

Color Harmonies of #09A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A26C

Black with #09A26C

Text Example


Text Example

White with #09A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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