Html Css Color HEX #A9DC3A Atlantis

📋 copy color: '#A9DC3A'

red 169 ◦ green 220 ◦ blue 58

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

Shades of Atlantis #A9DC3A

Tints of Atlantis #A9DC3A

RGB

 RED value IS 169 (66.41% from 255) = 37.81%

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 37.81%
G = 49.22%
B = 12.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#A9DC3A (or 0xA9DC3A) is known color: Atlantis. HEX triplet: A9, DC and 3A. RGB value is (169,220,58). Sum of RGB (Red+Green+Blue) = 169+220+58=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DC3A is #5623C5. Grayscale: #BABABA. Windows color (decimal): -5645254 or 3857577. OLE color: 3857577.

HSL color Cylindrical-coordinate representation of color #A9DC3A: hue angle of 78.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9DC3A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 58 -
CMYK 0.23 0 0.74 0.14
HSL 78.89º 0.7% 0.55% -
HSV(B) 78.89º 0.74% 0.86% -
XYZ 42.72 59.93 13.32 -
YUV 186.28 55.6 115.67 -
System Red Green Blue C M Y K H S L
Decimal 169 220 58 0.23 0 0.74 0.14 78.89 0.7 0.55
Hex A9 DC 3A 17 0 4A E 4F 46 37
Octal 251 334 72 27 0 112 16 117 106 67
Binary 10101001 11011100 111010 10111 0 1001010 1110 1001111 1000110 110111

Color Harmonies of #A9DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DC3A

Black with #A9DC3A

Text Example


Text Example

White with #A9DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DC3A; }

 p { color: rgb(169,220,58); }

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

background-color css

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

 a { background-color: rgb(169,220,58); }

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

border-color css

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

 span { border-color: rgb(169,220,58); }

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