Html Css Color HEX #A1C37D Olivine

📋 copy color: '#A1C37D'

red 161 ◦ green 195 ◦ blue 125

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

Shades of Olivine #A1C37D

Tints of Olivine #A1C37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 33.47%
G = 40.54%
B = 25.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A1C37D (or 0xA1C37D) is known color: Olivine. HEX triplet: A1, C3 and 7D. RGB value is (161,195,125). Sum of RGB (Red+Green+Blue) = 161+195+125=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C37D is #5E3C82. Grayscale: #B1B1B1. Windows color (decimal): -6175875 or 8242081. OLE color: 8242081.

HSL color Cylindrical-coordinate representation of color #A1C37D: hue angle of 89.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C37D is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 125 -
CMYK 0.17 0 0.36 0.24
HSL 89.14º 0.37% 0.63% -
HSV(B) 89.14º 0.36% 0.76% -
XYZ 37.91 48.09 26.69 -
YUV 176.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 161 195 125 0.17 0 0.36 0.24 89.14 0.37 0.63
Hex A1 C3 7D 11 0 24 18 59 25 3F
Octal 241 303 175 21 0 44 30 131 45 77
Binary 10100001 11000011 1111101 10001 0 100100 11000 1011001 100101 111111

Color Harmonies of #A1C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C37D

Black with #A1C37D

Text Example


Text Example

White with #A1C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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