Html Css Color HEX #09A168 Jade

📋 copy color: '#09A168'

red 9 ◦ green 161 ◦ blue 104

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

Shades of Jade #09A168

Tints of Jade #09A168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 3.28%
G = 58.76%
B = 37.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#09A168 (or 0x09A168) is known color: Jade. HEX triplet: 09, A1 and 68. RGB value is (9,161,104). Sum of RGB (Red+Green+Blue) = 9+161+104=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #09A168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A168 is #F65E97. Grayscale: #6D6D6D. Windows color (decimal): -16146072 or 6856969. OLE color: 6856969.

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

Color convert

RGB 9 161 104 -
CMYK 0.94 0 0.35 0.37
HSL 157.5º 0.89% 0.33% -
HSV(B) 157.5º 0.94% 0.63% -
XYZ 15.36 26.55 17.41 -
YUV 109.05 125.14 56.63 -
System Red Green Blue C M Y K H S L
Decimal 9 161 104 0.94 0 0.35 0.37 157.5 0.89 0.33
Hex 9 A1 68 5E 0 23 25 9E 59 21
Octal 11 241 150 136 0 43 45 236 131 41
Binary 1001 10100001 1101000 1011110 0 100011 100101 10011110 1011001 100001

Color Harmonies of #09A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A168

Black with #09A168

Text Example


Text Example

White with #09A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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