Html Css Color HEX #A2C874 Olivine

📋 copy color: '#A2C874'

red 162 ◦ green 200 ◦ blue 116

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

Shades of Olivine #A2C874

Tints of Olivine #A2C874

RGB

 RED value IS 162 (63.67% from 255) = 33.89%

 GREEN value IS 200 (78.52% from 255) = 41.84%

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

R = 33.89%
G = 41.84%
B = 24.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#A2C874 (or 0xA2C874) is known color: Olivine. HEX triplet: A2, C8 and 74. RGB value is (162,200,116). Sum of RGB (Red+Green+Blue) = 162+200+116=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C874 is #5D378B. Grayscale: #B3B3B3. Windows color (decimal): -6109068 or 7653538. OLE color: 7653538.

HSL color Cylindrical-coordinate representation of color #A2C874: hue angle of 87.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C874 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 116 -
CMYK 0.19 0 0.42 0.22
HSL 87.14º 0.43% 0.62% -
HSV(B) 87.14º 0.42% 0.78% -
XYZ 38.71 50.25 24.18 -
YUV 179.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 162 200 116 0.19 0 0.42 0.22 87.14 0.43 0.62
Hex A2 C8 74 13 0 2A 16 57 2B 3E
Octal 242 310 164 23 0 52 26 127 53 76
Binary 10100010 11001000 1110100 10011 0 101010 10110 1010111 101011 111110

Color Harmonies of #A2C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C874

Black with #A2C874

Text Example


Text Example

White with #A2C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C874; }

 p { color: rgb(162,200,116); }

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

background-color css

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

 a { background-color: rgb(162,200,116); }

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

border-color css

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

 span { border-color: rgb(162,200,116); }

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