Html Css Color HEX #70AE62 Amulet

📋 copy color: '#70AE62'

red 112 ◦ green 174 ◦ blue 98

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

Shades of Amulet #70AE62

Tints of Amulet #70AE62

RGB

 RED value IS 112 (44.14% from 255) = 29.17%

 GREEN value IS 174 (68.36% from 255) = 45.31%

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

R = 29.17%
G = 45.31%
B = 25.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#70AE62 (or 0x70AE62) is known color: Amulet. HEX triplet: 70, AE and 62. RGB value is (112,174,98). Sum of RGB (Red+Green+Blue) = 112+174+98=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE62 is #8F519D. Grayscale: #939393. Windows color (decimal): -9392542 or 6467184. OLE color: 6467184.

HSL color Cylindrical-coordinate representation of color #70AE62: hue angle of 108.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70AE62 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 98 -
CMYK 0.36 0 0.44 0.32
HSL 108.95º 0.32% 0.53% -
HSV(B) 108.95º 0.44% 0.68% -
XYZ 24.02 34.6 16.97 -
YUV 146.8 100.46 103.18 -
System Red Green Blue C M Y K H S L
Decimal 112 174 98 0.36 0 0.44 0.32 108.95 0.32 0.53
Hex 70 AE 62 24 0 2C 20 6D 20 35
Octal 160 256 142 44 0 54 40 155 40 65
Binary 1110000 10101110 1100010 100100 0 101100 100000 1101101 100000 110101

Color Harmonies of #70AE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE62

Black with #70AE62

Text Example


Text Example

White with #70AE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70AE62; }

 p { color: rgb(112,174,98); }

 H1.HeaderClassName
 {
   color: #70AE62;
 }
 .AnyTagClassName
 {
   color: #70AE62;
 }
</style>

background-color css

<style>
 a { background-color: #70AE62; }

 a { background-color: rgb(112,174,98); }

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

border-color css

<style>
 span { border-color: #70AE62; }

 span { border-color: rgb(112,174,98); }

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