Html Css Color HEX #0AAA62 Jade

📋 copy color: '#0AAA62'

red 10 ◦ green 170 ◦ blue 98

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

Shades of Jade #0AAA62

Tints of Jade #0AAA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.15%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 3.6%
G = 61.15%
B = 35.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#0AAA62 (or 0x0AAA62) is known color: Jade. HEX triplet: 0A, AA and 62. RGB value is (10,170,98). Sum of RGB (Red+Green+Blue) = 10+170+98=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA62 is #F5559D. Grayscale: #727272. Windows color (decimal): -16078238 or 6466058. OLE color: 6466058.

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

Color convert

RGB 10 170 98 -
CMYK 0.94 0 0.42 0.33
HSL 153º 0.89% 0.35% -
HSV(B) 153º 0.94% 0.67% -
XYZ 16.7 29.7 16.41 -
YUV 113.95 118.99 53.85 -
System Red Green Blue C M Y K H S L
Decimal 10 170 98 0.94 0 0.42 0.33 153 0.89 0.35
Hex A AA 62 5E 0 2A 21 99 59 23
Octal 12 252 142 136 0 52 41 231 131 43
Binary 1010 10101010 1100010 1011110 0 101010 100001 10011001 1011001 100011

Color Harmonies of #0AAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA62

Black with #0AAA62

Text Example


Text Example

White with #0AAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,170,98); }

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

background-color css

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

 a { background-color: rgb(10,170,98); }

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

border-color css

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

 span { border-color: rgb(10,170,98); }

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