Html Css Color HEX #0AA669 Jade

📋 copy color: '#0AA669'

red 10 ◦ green 166 ◦ blue 105

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

Shades of Jade #0AA669

Tints of Jade #0AA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.07%

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 3.56%
G = 59.07%
B = 37.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#0AA669 (or 0x0AA669) is known color: Jade. HEX triplet: 0A, A6 and 69. RGB value is (10,166,105). Sum of RGB (Red+Green+Blue) = 10+166+105=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA669 is #F55996. Grayscale: #707070. Windows color (decimal): -16079255 or 6923786. OLE color: 6923786.

HSL color Cylindrical-coordinate representation of color #0AA669: hue angle of 156.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA669 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 166 105 -
CMYK 0.94 0 0.37 0.35
HSL 156.54º 0.89% 0.35% -
HSV(B) 156.54º 0.94% 0.65% -
XYZ 16.31 28.36 17.98 -
YUV 112.4 123.82 54.96 -
System Red Green Blue C M Y K H S L
Decimal 10 166 105 0.94 0 0.37 0.35 156.54 0.89 0.35
Hex A A6 69 5E 0 25 23 9D 59 23
Octal 12 246 151 136 0 45 43 235 131 43
Binary 1010 10100110 1101001 1011110 0 100101 100011 10011101 1011001 100011

Color Harmonies of #0AA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA669

Black with #0AA669

Text Example


Text Example

White with #0AA669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,166,105); }

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

background-color css

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

 a { background-color: rgb(10,166,105); }

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

border-color css

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

 span { border-color: rgb(10,166,105); }

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