Html Css Color HEX #A3D541 Atlantis

📋 copy color: '#A3D541'

red 163 ◦ green 213 ◦ blue 65

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

Shades of Atlantis #A3D541

Tints of Atlantis #A3D541

RGB

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

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

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

R = 36.96%
G = 48.3%
B = 14.74%

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

#A3D541 (or 0xA3D541) is known color: Atlantis. HEX triplet: A3, D5 and 41. RGB value is (163,213,65). Sum of RGB (Red+Green+Blue) = 163+213+65=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D541 is #5C2ABE. Grayscale: #B5B5B5. Windows color (decimal): -6040255 or 4314531. OLE color: 4314531.

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

Color convert

RGB 163 213 65 -
CMYK 0.23 0 0.69 0.16
HSL 80.27º 0.64% 0.55% -
HSV(B) 80.27º 0.69% 0.84% -
XYZ 39.85 55.76 13.66 -
YUV 181.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 163 213 65 0.23 0 0.69 0.16 80.27 0.64 0.55
Hex A3 D5 41 17 0 45 10 50 40 37
Octal 243 325 101 27 0 105 20 120 100 67
Binary 10100011 11010101 1000001 10111 0 1000101 10000 1010000 1000000 110111

Color Harmonies of #A3D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D541

Black with #A3D541

Text Example


Text Example

White with #A3D541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D541; }

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

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

background-color css

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

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

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

border-color css

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

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

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