Html Css Color HEX #0AA26D Jade

📋 copy color: '#0AA26D'

red 10 ◦ green 162 ◦ blue 109

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

Shades of Jade #0AA26D

Tints of Jade #0AA26D

RGB

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

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

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

R = 3.56%
G = 57.65%
B = 38.79%

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

#0AA26D (or 0x0AA26D) is known color: Jade. HEX triplet: 0A, A2 and 6D. RGB value is (10,162,109). Sum of RGB (Red+Green+Blue) = 10+162+109=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA26D is #F55D92. Grayscale: #6E6E6E. Windows color (decimal): -16080275 or 7184906. OLE color: 7184906.

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

Color convert

RGB 10 162 109 -
CMYK 0.94 0 0.33 0.36
HSL 159.08º 0.88% 0.34% -
HSV(B) 159.08º 0.94% 0.64% -
XYZ 15.81 27.01 18.85 -
YUV 110.51 127.14 56.31 -
System Red Green Blue C M Y K H S L
Decimal 10 162 109 0.94 0 0.33 0.36 159.08 0.88 0.34
Hex A A2 6D 5E 0 21 24 9F 58 22
Octal 12 242 155 136 0 41 44 237 130 42
Binary 1010 10100010 1101101 1011110 0 100001 100100 10011111 1011000 100010

Color Harmonies of #0AA26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA26D

Black with #0AA26D

Text Example


Text Example

White with #0AA26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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