Html Css Color HEX #A0DD47 Atlantis

📋 copy color: '#A0DD47'

red 160 ◦ green 221 ◦ blue 71

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

Shades of Atlantis #A0DD47

Tints of Atlantis #A0DD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.71%

R = 35.4%
G = 48.89%
B = 15.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#A0DD47 (or 0xA0DD47) is known color: Atlantis. HEX triplet: A0, DD and 47. RGB value is (160,221,71). Sum of RGB (Red+Green+Blue) = 160+221+71=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD47 is #5F22B8. Grayscale: #BABABA. Windows color (decimal): -6234809 or 4709792. OLE color: 4709792.

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

Color convert

RGB 160 221 71 -
CMYK 0.28 0 0.68 0.13
HSL 84.4º 0.69% 0.57% -
HSV(B) 84.4º 0.68% 0.87% -
XYZ 41.49 59.64 15.29 -
YUV 185.66 63.29 109.7 -
System Red Green Blue C M Y K H S L
Decimal 160 221 71 0.28 0 0.68 0.13 84.4 0.69 0.57
Hex A0 DD 47 1C 0 44 D 54 45 39
Octal 240 335 107 34 0 104 15 124 105 71
Binary 10100000 11011101 1000111 11100 0 1000100 1101 1010100 1000101 111001

Color Harmonies of #A0DD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD47

Black with #A0DD47

Text Example


Text Example

White with #A0DD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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