#A8DA33

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

Shades of Atlantis #A8DA33

Tints of Atlantis #A8DA33

Color information

#A8DA33 (or 0xA8DA33) is unknown color: approx Atlantis. HEX triplet: A8, DA and 33. RGB value is (168,218,51). Sum of RGB (Red+Green+Blue) = 168+218+51=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA33 is #5725CC. Grayscale: #B8B8B8. Windows color (decimal): -5711309 or 3398312. OLE color: 3398312.

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

Color convert

RGB16821851-
CMYK0.2300.770.15
HSL77.96º69.29%52.75%-
HSV(B)77.96º76.61%85.49%-
XYZ41.8258.7112.26-
YUV184.0152.94116.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 218 (85.55% from 255) = 49.89%
BLUE value IS 51 (20.31% from 255) = 11.67%
R=38.44%
G=49.89%
B=11.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168218510.2300.770.1577.9669.2952.75
HexA8DA331704DF4e4535
Octal250332632701151711610565
Binary10101000110110101100111011101001101111110011101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA33; }

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

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

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

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

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

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

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

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