Html Css Color HEX #A0DD35 Atlantis

📋 copy color: '#A0DD35'

red 160 ◦ green 221 ◦ blue 53

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

Shades of Atlantis #A0DD35

Tints of Atlantis #A0DD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.21%

R = 36.87%
G = 50.92%
B = 12.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#A0DD35 (or 0xA0DD35) is known color: Atlantis. HEX triplet: A0, DD and 35. RGB value is (160,221,53). Sum of RGB (Red+Green+Blue) = 160+221+53=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD35 is #5F22CA. Grayscale: #B8B8B8. Windows color (decimal): -6234827 or 3530144. OLE color: 3530144.

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

Color convert

RGB 160 221 53 -
CMYK 0.28 0 0.76 0.13
HSL 81.79º 0.71% 0.54% -
HSV(B) 81.79º 0.76% 0.87% -
XYZ 41 59.44 12.68 -
YUV 183.61 54.29 111.16 -
System Red Green Blue C M Y K H S L
Decimal 160 221 53 0.28 0 0.76 0.13 81.79 0.71 0.54
Hex A0 DD 35 1C 0 4C D 52 47 36
Octal 240 335 65 34 0 114 15 122 107 66
Binary 10100000 11011101 110101 11100 0 1001100 1101 1010010 1000111 110110

Color Harmonies of #A0DD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD35

Black with #A0DD35

Text Example


Text Example

White with #A0DD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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