Html Css Color HEX #A1D541 Atlantis

📋 copy color: '#A1D541'

red 161 ◦ green 213 ◦ blue 65

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

Shades of Atlantis #A1D541

Tints of Atlantis #A1D541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 36.67%
G = 48.52%
B = 14.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A1D541 (or 0xA1D541) is known color: Atlantis. HEX triplet: A1, D5 and 41. RGB value is (161,213,65). Sum of RGB (Red+Green+Blue) = 161+213+65=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D541 is #5E2ABE. Grayscale: #B5B5B5. Windows color (decimal): -6171327 or 4314529. OLE color: 4314529.

HSL color Cylindrical-coordinate representation of color #A1D541: hue angle of 81.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1D541 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 65 -
CMYK 0.24 0 0.69 0.16
HSL 81.08º 0.64% 0.55% -
HSV(B) 81.08º 0.69% 0.84% -
XYZ 39.45 55.55 13.64 -
YUV 180.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 161 213 65 0.24 0 0.69 0.16 81.08 0.64 0.55
Hex A1 D5 41 18 0 45 10 51 40 37
Octal 241 325 101 30 0 105 20 121 100 67
Binary 10100001 11010101 1000001 11000 0 1000101 10000 1010001 1000000 110111

Color Harmonies of #A1D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D541

Black with #A1D541

Text Example


Text Example

White with #A1D541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D541; }

 p { color: rgb(161,213,65); }

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

background-color css

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

 a { background-color: rgb(161,213,65); }

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

border-color css

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

 span { border-color: rgb(161,213,65); }

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