Html Css Color HEX #A2C47D Olivine

📋 copy color: '#A2C47D'

red 162 ◦ green 196 ◦ blue 125

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

Shades of Olivine #A2C47D

Tints of Olivine #A2C47D

RGB

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

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

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

R = 33.54%
G = 40.58%
B = 25.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#A2C47D (or 0xA2C47D) is known color: Olivine. HEX triplet: A2, C4 and 7D. RGB value is (162,196,125). Sum of RGB (Red+Green+Blue) = 162+196+125=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C47D is #5D3B82. Grayscale: #B1B1B1. Windows color (decimal): -6110083 or 8242338. OLE color: 8242338.

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

Color convert

RGB 162 196 125 -
CMYK 0.17 0 0.36 0.23
HSL 88.73º 0.38% 0.63% -
HSV(B) 88.73º 0.36% 0.77% -
XYZ 38.34 48.64 26.77 -
YUV 177.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 162 196 125 0.17 0 0.36 0.23 88.73 0.38 0.63
Hex A2 C4 7D 11 0 24 17 59 26 3F
Octal 242 304 175 21 0 44 27 131 46 77
Binary 10100010 11000100 1111101 10001 0 100100 10111 1011001 100110 111111

Color Harmonies of #A2C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C47D

Black with #A2C47D

Text Example


Text Example

White with #A2C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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