Html Css Color HEX #A2C373 Olivine

📋 copy color: '#A2C373'

red 162 ◦ green 195 ◦ blue 115

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

Shades of Olivine #A2C373

Tints of Olivine #A2C373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 34.32%
G = 41.31%
B = 24.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#A2C373 (or 0xA2C373) is known color: Olivine. HEX triplet: A2, C3 and 73. RGB value is (162,195,115). Sum of RGB (Red+Green+Blue) = 162+195+115=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C373 is #5D3C8C. Grayscale: #B0B0B0. Windows color (decimal): -6110349 or 7586722. OLE color: 7586722.

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

Color convert

RGB 162 195 115 -
CMYK 0.17 0 0.41 0.24
HSL 84.75º 0.4% 0.61% -
HSV(B) 84.75º 0.41% 0.76% -
XYZ 37.51 47.95 23.5 -
YUV 176.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 162 195 115 0.17 0 0.41 0.24 84.75 0.4 0.61
Hex A2 C3 73 11 0 29 18 55 28 3D
Octal 242 303 163 21 0 51 30 125 50 75
Binary 10100010 11000011 1110011 10001 0 101001 11000 1010101 101000 111101

Color Harmonies of #A2C373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C373

Black with #A2C373

Text Example


Text Example

White with #A2C373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C373; }

 p { color: rgb(162,195,115); }

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

background-color css

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

 a { background-color: rgb(162,195,115); }

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

border-color css

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

 span { border-color: rgb(162,195,115); }

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