Html Css Color HEX #A4C970 Olivine

📋 copy color: '#A4C970'

red 164 ◦ green 201 ◦ blue 112

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

Shades of Olivine #A4C970

Tints of Olivine #A4C970

RGB

 RED value IS 164 (64.45% from 255) = 34.38%

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

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

R = 34.38%
G = 42.14%
B = 23.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A4C970 (or 0xA4C970) is known color: Olivine. HEX triplet: A4, C9 and 70. RGB value is (164,201,112). Sum of RGB (Red+Green+Blue) = 164+201+112=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C970 is #5B368F. Grayscale: #B4B4B4. Windows color (decimal): -5977744 or 7391652. OLE color: 7391652.

HSL color Cylindrical-coordinate representation of color #A4C970: hue angle of 84.94º 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 #A4C970 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 201 112 -
CMYK 0.18 0 0.44 0.21
HSL 84.94º 0.45% 0.61% -
HSV(B) 84.94º 0.44% 0.79% -
XYZ 39.12 50.84 23.08 -
YUV 179.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 164 201 112 0.18 0 0.44 0.21 84.94 0.45 0.61
Hex A4 C9 70 12 0 2C 15 55 2D 3D
Octal 244 311 160 22 0 54 25 125 55 75
Binary 10100100 11001001 1110000 10010 0 101100 10101 1010101 101101 111101

Color Harmonies of #A4C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C970

Black with #A4C970

Text Example


Text Example

White with #A4C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C970; }

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

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

background-color css

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

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

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

border-color css

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

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

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