#A9DC33

Color #A9DC33 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A9DC33

Tints of Atlantis #A9DC33

Color information

#A9DC33 (or 0xA9DC33) is unknown color: approx Atlantis. HEX triplet: A9, DC and 33. RGB value is (169,220,51). Sum of RGB (Red+Green+Blue) = 169+220+51=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DC33 is #5623CC. Grayscale: #BABABA. Windows color (decimal): -5645261 or 3398825. OLE color: 3398825.

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

Color convert

RGB16922051-
CMYK0.2300.770.14
HSL78.11º70.71%53.14%-
HSV(B)78.11º76.82%86.27%-
XYZ42.5559.8612.44-
YUV185.4852.1116.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=38.41%
G=50%
B=11.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169220510.2300.770.1478.1170.7153.14
HexA9DC331704DE4e4735
Octal251334632701151611610765
Binary10101001110111001100111011101001101111010011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DC33; }

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

 H1.HeaderClassName
 {
   color: #A9DC33;
 }
 .AnyTagClassName
 {
   color: #A9DC33;
 }
</style>
background-color css

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

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

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

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

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

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