#A9DD33

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

Shades of Atlantis #A9DD33

Tints of Atlantis #A9DD33

Color information

#A9DD33 (or 0xA9DD33) is unknown color: approx Atlantis. HEX triplet: A9, DD and 33. RGB value is (169,221,51). Sum of RGB (Red+Green+Blue) = 169+221+51=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DD33 is #5622CC. Grayscale: #BABABA. Windows color (decimal): -5645005 or 3399081. OLE color: 3399081.

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

Color convert

RGB16922151-
CMYK0.2400.770.13
HSL78.35º71.43%53.33%-
HSV(B)78.35º76.92%86.67%-
XYZ42.8260.3912.53-
YUV186.0751.77115.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=38.32%
G=50.11%
B=11.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169221510.2400.770.1378.3571.4353.33
HexA9DD331804DD4e4735
Octal251335633001151511610765
Binary10101001110111011100111100001001101110110011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD33; }

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

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

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

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

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

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

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

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