Html Css Color HEX #A1D542 Atlantis

📋 copy color: '#A1D542'

red 161 ◦ green 213 ◦ blue 66

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

Shades of Atlantis #A1D542

Tints of Atlantis #A1D542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15%

R = 36.59%
G = 48.41%
B = 15%

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

#A1D542 (or 0xA1D542) is known color: Atlantis. HEX triplet: A1, D5 and 42. RGB value is (161,213,66). Sum of RGB (Red+Green+Blue) = 161+213+66=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D542 is #5E2ABD. Grayscale: #B5B5B5. Windows color (decimal): -6171326 or 4380065. OLE color: 4380065.

HSL color Cylindrical-coordinate representation of color #A1D542: hue angle of 81.22º 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 #A1D542 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 66 -
CMYK 0.24 0 0.69 0.16
HSL 81.22º 0.64% 0.55% -
HSV(B) 81.22º 0.69% 0.84% -
XYZ 39.48 55.56 13.8 -
YUV 180.69 63.27 113.95 -
System Red Green Blue C M Y K H S L
Decimal 161 213 66 0.24 0 0.69 0.16 81.22 0.64 0.55
Hex A1 D5 42 18 0 45 10 51 40 37
Octal 241 325 102 30 0 105 20 121 100 67
Binary 10100001 11010101 1000010 11000 0 1000101 10000 1010001 1000000 110111

Color Harmonies of #A1D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D542

Black with #A1D542

Text Example


Text Example

White with #A1D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D542; }

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

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

background-color css

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

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

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

border-color css

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

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

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