Html Css Color HEX #A0DB40 Atlantis

📋 copy color: '#A0DB40'

red 160 ◦ green 219 ◦ blue 64

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

Shades of Atlantis #A0DB40

Tints of Atlantis #A0DB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.44%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 36.12%
G = 49.44%
B = 14.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#A0DB40 (or 0xA0DB40) is known color: Atlantis. HEX triplet: A0, DB and 40. RGB value is (160,219,64). Sum of RGB (Red+Green+Blue) = 160+219+64=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB40 is #5F24BF. Grayscale: #B8B8B8. Windows color (decimal): -6235328 or 4250528. OLE color: 4250528.

HSL color Cylindrical-coordinate representation of color #A0DB40: hue angle of 82.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0DB40 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 64 -
CMYK 0.27 0 0.71 0.14
HSL 82.84º 0.68% 0.55% -
HSV(B) 82.84º 0.71% 0.86% -
XYZ 40.75 58.51 14 -
YUV 183.69 60.45 111.1 -
System Red Green Blue C M Y K H S L
Decimal 160 219 64 0.27 0 0.71 0.14 82.84 0.68 0.55
Hex A0 DB 40 1B 0 47 E 53 44 37
Octal 240 333 100 33 0 107 16 123 104 67
Binary 10100000 11011011 1000000 11011 0 1000111 1110 1010011 1000100 110111

Color Harmonies of #A0DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB40

Black with #A0DB40

Text Example


Text Example

White with #A0DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB40; }

 p { color: rgb(160,219,64); }

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

background-color css

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

 a { background-color: rgb(160,219,64); }

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

border-color css

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

 span { border-color: rgb(160,219,64); }

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