Html Css Color HEX #A2C57D Olivine

📋 copy color: '#A2C57D'

red 162 ◦ green 197 ◦ blue 125

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

Shades of Olivine #A2C57D

Tints of Olivine #A2C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.7%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 33.47%
G = 40.7%
B = 25.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#A2C57D (or 0xA2C57D) is known color: Olivine. HEX triplet: A2, C5 and 7D. RGB value is (162,197,125). Sum of RGB (Red+Green+Blue) = 162+197+125=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C57D is #5D3A82. Grayscale: #B2B2B2. Windows color (decimal): -6109827 or 8242594. OLE color: 8242594.

HSL color Cylindrical-coordinate representation of color #A2C57D: hue angle of 89.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2C57D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 125 -
CMYK 0.18 0 0.37 0.23
HSL 89.17º 0.38% 0.63% -
HSV(B) 89.17º 0.37% 0.77% -
XYZ 38.57 49.09 26.85 -
YUV 178.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 162 197 125 0.18 0 0.37 0.23 89.17 0.38 0.63
Hex A2 C5 7D 12 0 25 17 59 26 3F
Octal 242 305 175 22 0 45 27 131 46 77
Binary 10100010 11000101 1111101 10010 0 100101 10111 1011001 100110 111111

Color Harmonies of #A2C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C57D

Black with #A2C57D

Text Example


Text Example

White with #A2C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C57D; }

 p { color: rgb(162,197,125); }

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

background-color css

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

 a { background-color: rgb(162,197,125); }

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

border-color css

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

 span { border-color: rgb(162,197,125); }

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