Html Css Color HEX #A2C57C Olivine

📋 copy color: '#A2C57C'

red 162 ◦ green 197 ◦ blue 124

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

Shades of Olivine #A2C57C

Tints of Olivine #A2C57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.67%

R = 33.54%
G = 40.79%
B = 25.67%

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

#A2C57C (or 0xA2C57C) is known color: Olivine. HEX triplet: A2, C5 and 7C. RGB value is (162,197,124). Sum of RGB (Red+Green+Blue) = 162+197+124=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C57C is #5D3A83. Grayscale: #B2B2B2. Windows color (decimal): -6109828 or 8177058. OLE color: 8177058.

HSL color Cylindrical-coordinate representation of color #A2C57C: hue angle of 88.77º degrees, saturation: 0.39, 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 #A2C57C is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 124 -
CMYK 0.18 0 0.37 0.23
HSL 88.77º 0.39% 0.63% -
HSV(B) 88.77º 0.37% 0.77% -
XYZ 38.5 49.07 26.51 -
YUV 178.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 162 197 124 0.18 0 0.37 0.23 88.77 0.39 0.63
Hex A2 C5 7C 12 0 25 17 59 27 3F
Octal 242 305 174 22 0 45 27 131 47 77
Binary 10100010 11000101 1111100 10010 0 100101 10111 1011001 100111 111111

Color Harmonies of #A2C57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C57C

Black with #A2C57C

Text Example


Text Example

White with #A2C57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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