Html Css Color HEX #A1C55D Olivine

📋 copy color: '#A1C55D'

red 161 ◦ green 197 ◦ blue 93

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

Shades of Olivine #A1C55D

Tints of Olivine #A1C55D

RGB

 RED value IS 161 (63.28% from 255) = 35.7%

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

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 35.7%
G = 43.68%
B = 20.62%

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

#A1C55D (or 0xA1C55D) is known color: Olivine. HEX triplet: A1, C5 and 5D. RGB value is (161,197,93). Sum of RGB (Red+Green+Blue) = 161+197+93=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C55D is #5E3AA2. Grayscale: #AEAEAE. Windows color (decimal): -6175395 or 6145441. OLE color: 6145441.

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

Color convert

RGB 161 197 93 -
CMYK 0.18 0 0.53 0.23
HSL 80.77º 0.47% 0.57% -
HSV(B) 80.77º 0.53% 0.77% -
XYZ 36.64 48.3 17.75 -
YUV 174.38 82.07 118.46 -
System Red Green Blue C M Y K H S L
Decimal 161 197 93 0.18 0 0.53 0.23 80.77 0.47 0.57
Hex A1 C5 5D 12 0 35 17 51 2F 39
Octal 241 305 135 22 0 65 27 121 57 71
Binary 10100001 11000101 1011101 10010 0 110101 10111 1010001 101111 111001

Color Harmonies of #A1C55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C55D

Black with #A1C55D

Text Example


Text Example

White with #A1C55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C55D; }

 p { color: rgb(161,197,93); }

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

background-color css

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

 a { background-color: rgb(161,197,93); }

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

border-color css

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

 span { border-color: rgb(161,197,93); }

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