#A8DC33

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

Shades of Atlantis #A8DC33

Tints of Atlantis #A8DC33

Color information

#A8DC33 (or 0xA8DC33) is unknown color: approx Atlantis. HEX triplet: A8, DC and 33. RGB value is (168,220,51). Sum of RGB (Red+Green+Blue) = 168+220+51=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC33 is #5723CC. Grayscale: #B9B9B9. Windows color (decimal): -5710797 or 3398824. OLE color: 3398824.

HSL color Cylindrical-coordinate representation of color #A8DC33: hue angle of 78.46º 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 #A8DC33 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB16822051-
CMYK0.2400.770.14
HSL78.46º70.71%53.14%-
HSV(B)78.46º76.82%86.27%-
XYZ42.3459.7512.43-
YUV185.1952.27115.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=38.27%
G=50.11%
B=11.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168220510.2400.770.1478.4670.7153.14
HexA8DC331804DE4e4735
Octal250334633001151611610765
Binary10101000110111001100111100001001101111010011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC33; }

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

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

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

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

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

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

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

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