Html Css Color HEX #A0D845 Atlantis

📋 copy color: '#A0D845'

red 160 ◦ green 216 ◦ blue 69

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

Shades of Atlantis #A0D845

Tints of Atlantis #A0D845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 35.96%
G = 48.54%
B = 15.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#A0D845 (or 0xA0D845) is known color: Atlantis. HEX triplet: A0, D8 and 45. RGB value is (160,216,69). Sum of RGB (Red+Green+Blue) = 160+216+69=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D845 is #5F27BA. Grayscale: #B7B7B7. Windows color (decimal): -6236091 or 4577440. OLE color: 4577440.

HSL color Cylindrical-coordinate representation of color #A0D845: hue angle of 82.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0D845 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 69 -
CMYK 0.26 0 0.68 0.15
HSL 82.86º 0.65% 0.56% -
HSV(B) 82.86º 0.68% 0.85% -
XYZ 40.13 57.01 14.52 -
YUV 182.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 160 216 69 0.26 0 0.68 0.15 82.86 0.65 0.56
Hex A0 D8 45 1A 0 44 F 53 41 38
Octal 240 330 105 32 0 104 17 123 101 70
Binary 10100000 11011000 1000101 11010 0 1000100 1111 1010011 1000001 111000

Color Harmonies of #A0D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D845

Black with #A0D845

Text Example


Text Example

White with #A0D845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D845; }

 p { color: rgb(160,216,69); }

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

background-color css

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

 a { background-color: rgb(160,216,69); }

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

border-color css

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

 span { border-color: rgb(160,216,69); }

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