Html Css Color HEX #A2C474 Olivine

📋 copy color: '#A2C474'

red 162 ◦ green 196 ◦ blue 116

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

Shades of Olivine #A2C474

Tints of Olivine #A2C474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.35%

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

R = 34.18%
G = 41.35%
B = 24.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#A2C474 (or 0xA2C474) is known color: Olivine. HEX triplet: A2, C4 and 74. RGB value is (162,196,116). Sum of RGB (Red+Green+Blue) = 162+196+116=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C474 is #5D3B8B. Grayscale: #B1B1B1. Windows color (decimal): -6110092 or 7652514. OLE color: 7652514.

HSL color Cylindrical-coordinate representation of color #A2C474: hue angle of 85.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2C474 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 116 -
CMYK 0.17 0 0.41 0.23
HSL 85.5º 0.4% 0.61% -
HSV(B) 85.5º 0.41% 0.77% -
XYZ 37.79 48.42 23.88 -
YUV 176.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 162 196 116 0.17 0 0.41 0.23 85.5 0.4 0.61
Hex A2 C4 74 11 0 29 17 56 28 3D
Octal 242 304 164 21 0 51 27 126 50 75
Binary 10100010 11000100 1110100 10001 0 101001 10111 1010110 101000 111101

Color Harmonies of #A2C474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C474

Black with #A2C474

Text Example


Text Example

White with #A2C474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C474; }

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

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

background-color css

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

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

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

border-color css

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

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

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