Html Css Color HEX #0AAA74 Jade

📋 copy color: '#0AAA74'

red 10 ◦ green 170 ◦ blue 116

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

Shades of Jade #0AAA74

Tints of Jade #0AAA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 3.38%
G = 57.43%
B = 39.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#0AAA74 (or 0x0AAA74) is known color: Jade. HEX triplet: 0A, AA and 74. RGB value is (10,170,116). Sum of RGB (Red+Green+Blue) = 10+170+116=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA74 is #F5558B. Grayscale: #747474. Windows color (decimal): -16078220 or 7645706. OLE color: 7645706.

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

Color convert

RGB 10 170 116 -
CMYK 0.94 0 0.32 0.33
HSL 159.75º 0.89% 0.35% -
HSV(B) 159.75º 0.94% 0.67% -
XYZ 17.65 30.07 21.4 -
YUV 116 127.99 52.39 -
System Red Green Blue C M Y K H S L
Decimal 10 170 116 0.94 0 0.32 0.33 159.75 0.89 0.35
Hex A AA 74 5E 0 20 21 A0 59 23
Octal 12 252 164 136 0 40 41 240 131 43
Binary 1010 10101010 1110100 1011110 0 100000 100001 10100000 1011001 100011

Color Harmonies of #0AAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA74

Black with #0AAA74

Text Example


Text Example

White with #0AAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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