Html Css Color HEX #A2C37D Olivine

📋 copy color: '#A2C37D'

red 162 ◦ green 195 ◦ blue 125

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

Shades of Olivine #A2C37D

Tints of Olivine #A2C37D

RGB

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

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

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

R = 33.61%
G = 40.46%
B = 25.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A2C37D (or 0xA2C37D) is known color: Olivine. HEX triplet: A2, C3 and 7D. RGB value is (162,195,125). Sum of RGB (Red+Green+Blue) = 162+195+125=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C37D is #5D3C82. Grayscale: #B1B1B1. Windows color (decimal): -6110339 or 8242082. OLE color: 8242082.

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

Color convert

RGB 162 195 125 -
CMYK 0.17 0 0.36 0.24
HSL 88.29º 0.37% 0.63% -
HSV(B) 88.29º 0.36% 0.76% -
XYZ 38.12 48.19 26.7 -
YUV 177.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 162 195 125 0.17 0 0.36 0.24 88.29 0.37 0.63
Hex A2 C3 7D 11 0 24 18 58 25 3F
Octal 242 303 175 21 0 44 30 130 45 77
Binary 10100010 11000011 1111101 10001 0 100100 11000 1011000 100101 111111

Color Harmonies of #A2C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C37D

Black with #A2C37D

Text Example


Text Example

White with #A2C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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