Html Css Color HEX #A0D150 Atlantis

📋 copy color: '#A0D150'

red 160 ◦ green 209 ◦ blue 80

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

Shades of Atlantis #A0D150

Tints of Atlantis #A0D150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 35.63%
G = 46.55%
B = 17.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#A0D150 (or 0xA0D150) is known color: Atlantis. HEX triplet: A0, D1 and 50. RGB value is (160,209,80). Sum of RGB (Red+Green+Blue) = 160+209+80=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D150 is #5F2EAF. Grayscale: #B4B4B4. Windows color (decimal): -6237872 or 5296544. OLE color: 5296544.

HSL color Cylindrical-coordinate representation of color #A0D150: hue angle of 82.79º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0D150 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 80 -
CMYK 0.23 0 0.62 0.18
HSL 82.79º 0.58% 0.57% -
HSV(B) 82.79º 0.62% 0.82% -
XYZ 38.75 53.65 15.9 -
YUV 179.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 160 209 80 0.23 0 0.62 0.18 82.79 0.58 0.57
Hex A0 D1 50 17 0 3E 12 53 3A 39
Octal 240 321 120 27 0 76 22 123 72 71
Binary 10100000 11010001 1010000 10111 0 111110 10010 1010011 111010 111001

Color Harmonies of #A0D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D150

Black with #A0D150

Text Example


Text Example

White with #A0D150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D150; }

 p { color: rgb(160,209,80); }

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

background-color css

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

 a { background-color: rgb(160,209,80); }

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

border-color css

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

 span { border-color: rgb(160,209,80); }

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