Html Css Color HEX #A0D446 Atlantis

📋 copy color: '#A0D446'

red 160 ◦ green 212 ◦ blue 70

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

Shades of Atlantis #A0D446

Tints of Atlantis #A0D446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 36.2%
G = 47.96%
B = 15.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#A0D446 (or 0xA0D446) is known color: Atlantis. HEX triplet: A0, D4 and 46. RGB value is (160,212,70). Sum of RGB (Red+Green+Blue) = 160+212+70=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D446 is #5F2BB9. Grayscale: #B4B4B4. Windows color (decimal): -6237114 or 4641952. OLE color: 4641952.

HSL color Cylindrical-coordinate representation of color #A0D446: hue angle of 81.97º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0D446 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 70 -
CMYK 0.25 0 0.67 0.17
HSL 81.97º 0.62% 0.55% -
HSV(B) 81.97º 0.67% 0.83% -
XYZ 39.15 55 14.35 -
YUV 180.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 160 212 70 0.25 0 0.67 0.17 81.97 0.62 0.55
Hex A0 D4 46 19 0 43 11 52 3E 37
Octal 240 324 106 31 0 103 21 122 76 67
Binary 10100000 11010100 1000110 11001 0 1000011 10001 1010010 111110 110111

Color Harmonies of #A0D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D446

Black with #A0D446

Text Example


Text Example

White with #A0D446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D446; }

 p { color: rgb(160,212,70); }

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

background-color css

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

 a { background-color: rgb(160,212,70); }

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

border-color css

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

 span { border-color: rgb(160,212,70); }

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