Html Css Color HEX #A2C57A Olivine

📋 copy color: '#A2C57A'

red 162 ◦ green 197 ◦ blue 122

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

Shades of Olivine #A2C57A

Tints of Olivine #A2C57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 33.68%
G = 40.96%
B = 25.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#A2C57A (or 0xA2C57A) is known color: Olivine. HEX triplet: A2, C5 and 7A. RGB value is (162,197,122). Sum of RGB (Red+Green+Blue) = 162+197+122=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C57A is #5D3A85. Grayscale: #B2B2B2. Windows color (decimal): -6109830 or 8045986. OLE color: 8045986.

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

Color convert

RGB 162 197 122 -
CMYK 0.18 0 0.38 0.23
HSL 88º 0.39% 0.63% -
HSV(B) 88º 0.38% 0.77% -
XYZ 38.38 49.02 25.85 -
YUV 177.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 162 197 122 0.18 0 0.38 0.23 88 0.39 0.63
Hex A2 C5 7A 12 0 26 17 58 27 3F
Octal 242 305 172 22 0 46 27 130 47 77
Binary 10100010 11000101 1111010 10010 0 100110 10111 1011000 100111 111111

Color Harmonies of #A2C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C57A

Black with #A2C57A

Text Example


Text Example

White with #A2C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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