Html Css Color HEX #A3D542 Atlantis

📋 copy color: '#A3D542'

red 163 ◦ green 213 ◦ blue 66

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

Shades of Atlantis #A3D542

Tints of Atlantis #A3D542

RGB

 RED value IS 163 (64.06% from 255) = 36.88%

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

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

R = 36.88%
G = 48.19%
B = 14.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A3D542 (or 0xA3D542) is known color: Atlantis. HEX triplet: A3, D5 and 42. RGB value is (163,213,66). Sum of RGB (Red+Green+Blue) = 163+213+66=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D542 is #5C2ABD. Grayscale: #B5B5B5. Windows color (decimal): -6040254 or 4380067. OLE color: 4380067.

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

Color convert

RGB 163 213 66 -
CMYK 0.23 0 0.69 0.16
HSL 80.41º 0.64% 0.55% -
HSV(B) 80.41º 0.69% 0.84% -
XYZ 39.88 55.77 13.82 -
YUV 181.29 62.94 114.95 -
System Red Green Blue C M Y K H S L
Decimal 163 213 66 0.23 0 0.69 0.16 80.41 0.64 0.55
Hex A3 D5 42 17 0 45 10 50 40 37
Octal 243 325 102 27 0 105 20 120 100 67
Binary 10100011 11010101 1000010 10111 0 1000101 10000 1010000 1000000 110111

Color Harmonies of #A3D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D542

Black with #A3D542

Text Example


Text Example

White with #A3D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D542; }

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

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

background-color css

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

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

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

border-color css

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

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

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