Html Css Color HEX #A1C54E Atlantis

📋 copy color: '#A1C54E'

red 161 ◦ green 197 ◦ blue 78

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

Shades of Atlantis #A1C54E

Tints of Atlantis #A1C54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 36.93%
G = 45.18%
B = 17.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#A1C54E (or 0xA1C54E) is known color: Atlantis. HEX triplet: A1, C5 and 4E. RGB value is (161,197,78). Sum of RGB (Red+Green+Blue) = 161+197+78=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C54E is #5E3AB1. Grayscale: #ADADAD. Windows color (decimal): -6175410 or 5162401. OLE color: 5162401.

HSL color Cylindrical-coordinate representation of color #A1C54E: hue angle of 78.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1C54E is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 197 78 -
CMYK 0.18 0 0.60 0.23
HSL 78.15º 0.51% 0.54% -
HSV(B) 78.15º 0.6% 0.77% -
XYZ 36.04 48.06 14.58 -
YUV 172.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 161 197 78 0.18 0 0.60 0.23 78.15 0.51 0.54
Hex A1 C5 4E 12 0 3C 17 4E 33 36
Octal 241 305 116 22 0 74 27 116 63 66
Binary 10100001 11000101 1001110 10010 0 111100 10111 1001110 110011 110110

Color Harmonies of #A1C54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C54E

Black with #A1C54E

Text Example


Text Example

White with #A1C54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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