Html Css Color HEX #A0DB3F Atlantis

📋 copy color: '#A0DB3F'

red 160 ◦ green 219 ◦ blue 63

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

Shades of Atlantis #A0DB3F

Tints of Atlantis #A0DB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 36.2%
G = 49.55%
B = 14.25%

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

#A0DB3F (or 0xA0DB3F) is known color: Atlantis. HEX triplet: A0, DB and 3F. RGB value is (160,219,63). Sum of RGB (Red+Green+Blue) = 160+219+63=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB3F is #5F24C0. Grayscale: #B8B8B8. Windows color (decimal): -6235329 or 4184992. OLE color: 4184992.

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

Color convert

RGB 160 219 63 -
CMYK 0.27 0 0.71 0.14
HSL 82.69º 0.68% 0.55% -
HSV(B) 82.69º 0.71% 0.86% -
XYZ 40.73 58.5 13.85 -
YUV 183.58 59.95 111.18 -
System Red Green Blue C M Y K H S L
Decimal 160 219 63 0.27 0 0.71 0.14 82.69 0.68 0.55
Hex A0 DB 3F 1B 0 47 E 53 44 37
Octal 240 333 77 33 0 107 16 123 104 67
Binary 10100000 11011011 111111 11011 0 1000111 1110 1010011 1000100 110111

Color Harmonies of #A0DB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB3F

Black with #A0DB3F

Text Example


Text Example

White with #A0DB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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