Html Css Color HEX #A1C57D Olivine

📋 copy color: '#A1C57D'

red 161 ◦ green 197 ◦ blue 125

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

Shades of Olivine #A1C57D

Tints of Olivine #A1C57D

RGB

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

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

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

R = 33.33%
G = 40.79%
B = 25.88%

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

#A1C57D (or 0xA1C57D) is known color: Olivine. HEX triplet: A1, C5 and 7D. RGB value is (161,197,125). Sum of RGB (Red+Green+Blue) = 161+197+125=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C57D is #5E3A82. Grayscale: #B2B2B2. Windows color (decimal): -6175363 or 8242593. OLE color: 8242593.

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

Color convert

RGB 161 197 125 -
CMYK 0.18 0 0.37 0.23
HSL 90º 0.38% 0.63% -
HSV(B) 90º 0.37% 0.77% -
XYZ 38.37 48.99 26.84 -
YUV 178.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 161 197 125 0.18 0 0.37 0.23 90 0.38 0.63
Hex A1 C5 7D 12 0 25 17 5A 26 3F
Octal 241 305 175 22 0 45 27 132 46 77
Binary 10100001 11000101 1111101 10010 0 100101 10111 1011010 100110 111111

Color Harmonies of #A1C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C57D

Black with #A1C57D

Text Example


Text Example

White with #A1C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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