#ADDC33

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

Shades of Atlantis #ADDC33

Tints of Atlantis #ADDC33

Color information

#ADDC33 (or 0xADDC33) is unknown color: approx Atlantis. HEX triplet: AD, DC and 33. RGB value is (173,220,51). Sum of RGB (Red+Green+Blue) = 173+220+51=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC33 is #5223CC. Grayscale: #BBBBBB. Windows color (decimal): -5383117 or 3398829. OLE color: 3398829.

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

Color convert

RGB17322051-
CMYK0.2100.770.14
HSL76.69º70.71%53.14%-
HSV(B)76.69º76.82%86.27%-
XYZ43.4260.3112.48-
YUV186.6851.43118.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 51 (20.31% from 255) = 11.49%
R=38.96%
G=49.55%
B=11.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173220510.2100.770.1476.6970.7153.14
HexADDC331504DE4d4735
Octal255334632501151611510765
Binary10101101110111001100111010101001101111010011011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC33; }

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

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

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

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

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

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

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

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