Html Css Color HEX #A1C57E Olivine

📋 copy color: '#A1C57E'

red 161 ◦ green 197 ◦ blue 126

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

Shades of Olivine #A1C57E

Tints of Olivine #A1C57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 33.26%
G = 40.7%
B = 26.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#A1C57E (or 0xA1C57E) is known color: Olivine. HEX triplet: A1, C5 and 7E. RGB value is (161,197,126). Sum of RGB (Red+Green+Blue) = 161+197+126=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C57E is #5E3A81. Grayscale: #B2B2B2. Windows color (decimal): -6175362 or 8308129. OLE color: 8308129.

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

Color convert

RGB 161 197 126 -
CMYK 0.18 0 0.36 0.23
HSL 90.42º 0.38% 0.63% -
HSV(B) 90.42º 0.36% 0.77% -
XYZ 38.43 49.02 27.17 -
YUV 178.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 161 197 126 0.18 0 0.36 0.23 90.42 0.38 0.63
Hex A1 C5 7E 12 0 24 17 5A 26 3F
Octal 241 305 176 22 0 44 27 132 46 77
Binary 10100001 11000101 1111110 10010 0 100100 10111 1011010 100110 111111

Color Harmonies of #A1C57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C57E

Black with #A1C57E

Text Example


Text Example

White with #A1C57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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