Html Css Color HEX #A0C970 Olivine

📋 copy color: '#A0C970'

red 160 ◦ green 201 ◦ blue 112

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

Shades of Olivine #A0C970

Tints of Olivine #A0C970

RGB

 RED value IS 160 (62.89% from 255) = 33.83%

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 33.83%
G = 42.49%
B = 23.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A0C970 (or 0xA0C970) is known color: Olivine. HEX triplet: A0, C9 and 70. RGB value is (160,201,112). Sum of RGB (Red+Green+Blue) = 160+201+112=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C970 is #5F368F. Grayscale: #B2B2B2. Windows color (decimal): -6239888 or 7391648. OLE color: 7391648.

HSL color Cylindrical-coordinate representation of color #A0C970: hue angle of 87.64º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0C970 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 112 -
CMYK 0.20 0 0.44 0.21
HSL 87.64º 0.45% 0.61% -
HSV(B) 87.64º 0.44% 0.79% -
XYZ 38.31 50.42 23.04 -
YUV 178.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 160 201 112 0.20 0 0.44 0.21 87.64 0.45 0.61
Hex A0 C9 70 14 0 2C 15 58 2D 3D
Octal 240 311 160 24 0 54 25 130 55 75
Binary 10100000 11001001 1110000 10100 0 101100 10101 1011000 101101 111101

Color Harmonies of #A0C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C970

Black with #A0C970

Text Example


Text Example

White with #A0C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C970; }

 p { color: rgb(160,201,112); }

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

background-color css

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

 a { background-color: rgb(160,201,112); }

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

border-color css

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

 span { border-color: rgb(160,201,112); }

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