Html Css Color HEX #A3DA47 Atlantis

📋 copy color: '#A3DA47'

red 163 ◦ green 218 ◦ blue 71

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

Shades of Atlantis #A3DA47

Tints of Atlantis #A3DA47

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

 BLUE value IS 71 (28.13% from 255) = 15.71%

R = 36.06%
G = 48.23%
B = 15.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A3DA47 (or 0xA3DA47) is known color: Atlantis. HEX triplet: A3, DA and 47. RGB value is (163,218,71). Sum of RGB (Red+Green+Blue) = 163+218+71=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DA47 is #5C25B8. Grayscale: #B9B9B9. Windows color (decimal): -6038969 or 4709027. OLE color: 4709027.

HSL color Cylindrical-coordinate representation of color #A3DA47: hue angle of 82.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3DA47 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 218 71 -
CMYK 0.25 0 0.67 0.15
HSL 82.45º 0.67% 0.57% -
HSV(B) 82.45º 0.67% 0.85% -
XYZ 41.31 58.38 15.05 -
YUV 184.8 63.78 112.45 -
System Red Green Blue C M Y K H S L
Decimal 163 218 71 0.25 0 0.67 0.15 82.45 0.67 0.57
Hex A3 DA 47 19 0 43 F 52 43 39
Octal 243 332 107 31 0 103 17 122 103 71
Binary 10100011 11011010 1000111 11001 0 1000011 1111 1010010 1000011 111001

Color Harmonies of #A3DA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DA47

Black with #A3DA47

Text Example


Text Example

White with #A3DA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DA47; }

 p { color: rgb(163,218,71); }

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

background-color css

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

 a { background-color: rgb(163,218,71); }

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

border-color css

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

 span { border-color: rgb(163,218,71); }

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