Html Css Color HEX #A0D83A Atlantis

📋 copy color: '#A0D83A'

red 160 ◦ green 216 ◦ blue 58

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

Shades of Atlantis #A0D83A

Tints of Atlantis #A0D83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 36.87%
G = 49.77%
B = 13.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#A0D83A (or 0xA0D83A) is known color: Atlantis. HEX triplet: A0, D8 and 3A. RGB value is (160,216,58). Sum of RGB (Red+Green+Blue) = 160+216+58=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D83A is #5F27C5. Grayscale: #B5B5B5. Windows color (decimal): -6236102 or 3856544. OLE color: 3856544.

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

Color convert

RGB 160 216 58 -
CMYK 0.26 0 0.73 0.15
HSL 81.27º 0.67% 0.54% -
HSV(B) 81.27º 0.73% 0.85% -
XYZ 39.82 56.89 12.89 -
YUV 181.24 58.45 112.85 -
System Red Green Blue C M Y K H S L
Decimal 160 216 58 0.26 0 0.73 0.15 81.27 0.67 0.54
Hex A0 D8 3A 1A 0 49 F 51 43 36
Octal 240 330 72 32 0 111 17 121 103 66
Binary 10100000 11011000 111010 11010 0 1001001 1111 1010001 1000011 110110

Color Harmonies of #A0D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D83A

Black with #A0D83A

Text Example


Text Example

White with #A0D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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