Html Css Color HEX #A0DD33 Atlantis

📋 copy color: '#A0DD33'

red 160 ◦ green 221 ◦ blue 51

#A0DD33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A0DD33

Tints of Atlantis #A0DD33

RGB

 RED value IS 160 (62.89% from 255) = 37.04%

 GREEN value IS 221 (86.72% from 255) = 51.16%

 BLUE value IS 51 (20.31% from 255) = 11.81%

R = 37.04%
G = 51.16%
B = 11.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A0DD33 (or 0xA0DD33) is known color: Atlantis. HEX triplet: A0, DD and 33. RGB value is (160,221,51). Sum of RGB (Red+Green+Blue) = 160+221+51=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD33 is #5F22CC. Grayscale: #B8B8B8. Windows color (decimal): -6234829 or 3399072. OLE color: 3399072.

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

Color convert

RGB 160 221 51 -
CMYK 0.28 0 0.77 0.13
HSL 81.53º 0.71% 0.53% -
HSV(B) 81.53º 0.77% 0.87% -
XYZ 40.95 59.43 12.44 -
YUV 183.38 53.29 111.32 -
System Red Green Blue C M Y K H S L
Decimal 160 221 51 0.28 0 0.77 0.13 81.53 0.71 0.53
Hex A0 DD 33 1C 0 4D D 52 47 35
Octal 240 335 63 34 0 115 15 122 107 65
Binary 10100000 11011101 110011 11100 0 1001101 1101 1010010 1000111 110101

Color Harmonies of #A0DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD33

Black with #A0DD33

Text Example


Text Example

White with #A0DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD33; }

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

 H1.HeaderClassName
 {
   color: #A0DD33;
 }
 .AnyTagClassName
 {
   color: #A0DD33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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