Html Css Color HEX #0AA665 Jade

📋 copy color: '#0AA665'

red 10 ◦ green 166 ◦ blue 101

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

Shades of Jade #0AA665

Tints of Jade #0AA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 3.61%
G = 59.93%
B = 36.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#0AA665 (or 0x0AA665) is known color: Jade. HEX triplet: 0A, A6 and 65. RGB value is (10,166,101). Sum of RGB (Red+Green+Blue) = 10+166+101=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA665 is #F5599A. Grayscale: #707070. Windows color (decimal): -16079259 or 6661642. OLE color: 6661642.

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

Color convert

RGB 10 166 101 -
CMYK 0.94 0 0.39 0.35
HSL 155º 0.89% 0.35% -
HSV(B) 155º 0.94% 0.65% -
XYZ 16.11 28.28 16.92 -
YUV 111.95 121.82 55.29 -
System Red Green Blue C M Y K H S L
Decimal 10 166 101 0.94 0 0.39 0.35 155 0.89 0.35
Hex A A6 65 5E 0 27 23 9B 59 23
Octal 12 246 145 136 0 47 43 233 131 43
Binary 1010 10100110 1100101 1011110 0 100111 100011 10011011 1011001 100011

Color Harmonies of #0AA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA665

Black with #0AA665

Text Example


Text Example

White with #0AA665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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