Html Css Color HEX #0AA16C Jade

📋 copy color: '#0AA16C'

red 10 ◦ green 161 ◦ blue 108

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

Shades of Jade #0AA16C

Tints of Jade #0AA16C

RGB

 RED value IS 10 (4.3% from 255) = 3.58%

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

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

R = 3.58%
G = 57.71%
B = 38.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#0AA16C (or 0x0AA16C) is known color: Jade. HEX triplet: 0A, A1 and 6C. RGB value is (10,161,108). Sum of RGB (Red+Green+Blue) = 10+161+108=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA16C is #F55E93. Grayscale: #6D6D6D. Windows color (decimal): -16080532 or 7119114. OLE color: 7119114.

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

Color convert

RGB 10 161 108 -
CMYK 0.94 0 0.33 0.37
HSL 158.94º 0.88% 0.34% -
HSV(B) 158.94º 0.94% 0.63% -
XYZ 15.58 26.64 18.51 -
YUV 109.81 126.97 56.81 -
System Red Green Blue C M Y K H S L
Decimal 10 161 108 0.94 0 0.33 0.37 158.94 0.88 0.34
Hex A A1 6C 5E 0 21 25 9F 58 22
Octal 12 241 154 136 0 41 45 237 130 42
Binary 1010 10100001 1101100 1011110 0 100001 100101 10011111 1011000 100010

Color Harmonies of #0AA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA16C

Black with #0AA16C

Text Example


Text Example

White with #0AA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA16C; }

 p { color: rgb(10,161,108); }

 H1.HeaderClassName
 {
   color: #0AA16C;
 }
 .AnyTagClassName
 {
   color: #0AA16C;
 }
</style>

background-color css

<style>
 a { background-color: #0AA16C; }

 a { background-color: rgb(10,161,108); }

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

border-color css

<style>
 span { border-color: #0AA16C; }

 span { border-color: rgb(10,161,108); }

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