Html Css Color HEX #A2C55C Olivine

📋 copy color: '#A2C55C'

red 162 ◦ green 197 ◦ blue 92

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

Shades of Olivine #A2C55C

Tints of Olivine #A2C55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 35.92%
G = 43.68%
B = 20.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#A2C55C (or 0xA2C55C) is known color: Olivine. HEX triplet: A2, C5 and 5C. RGB value is (162,197,92). Sum of RGB (Red+Green+Blue) = 162+197+92=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C55C is #5D3AA3. Grayscale: #AEAEAE. Windows color (decimal): -6109860 or 6079906. OLE color: 6079906.

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

Color convert

RGB 162 197 92 -
CMYK 0.18 0 0.53 0.23
HSL 80º 0.48% 0.57% -
HSV(B) 80º 0.53% 0.77% -
XYZ 36.8 48.39 17.53 -
YUV 174.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 162 197 92 0.18 0 0.53 0.23 80 0.48 0.57
Hex A2 C5 5C 12 0 35 17 50 30 39
Octal 242 305 134 22 0 65 27 120 60 71
Binary 10100010 11000101 1011100 10010 0 110101 10111 1010000 110000 111001

Color Harmonies of #A2C55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C55C

Black with #A2C55C

Text Example


Text Example

White with #A2C55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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