Html Css Color HEX #A9DC3B Atlantis

📋 copy color: '#A9DC3B'

red 169 ◦ green 220 ◦ blue 59

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

Shades of Atlantis #A9DC3B

Tints of Atlantis #A9DC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.17%

R = 37.72%
G = 49.11%
B = 13.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#A9DC3B (or 0xA9DC3B) is known color: Atlantis. HEX triplet: A9, DC and 3B. RGB value is (169,220,59). Sum of RGB (Red+Green+Blue) = 169+220+59=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DC3B is #5623C4. Grayscale: #BABABA. Windows color (decimal): -5645253 or 3923113. OLE color: 3923113.

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

Color convert

RGB 169 220 59 -
CMYK 0.23 0 0.73 0.14
HSL 79.01º 0.7% 0.55% -
HSV(B) 79.01º 0.73% 0.86% -
XYZ 42.74 59.94 13.45 -
YUV 186.4 56.1 115.59 -
System Red Green Blue C M Y K H S L
Decimal 169 220 59 0.23 0 0.73 0.14 79.01 0.7 0.55
Hex A9 DC 3B 17 0 49 E 4F 46 37
Octal 251 334 73 27 0 111 16 117 106 67
Binary 10101001 11011100 111011 10111 0 1001001 1110 1001111 1000110 110111

Color Harmonies of #A9DC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DC3B

Black with #A9DC3B

Text Example


Text Example

White with #A9DC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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