Html Css Color HEX #A0D838 Atlantis

📋 copy color: '#A0D838'

red 160 ◦ green 216 ◦ blue 56

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

Shades of Atlantis #A0D838

Tints of Atlantis #A0D838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.96%

R = 37.04%
G = 50%
B = 12.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#A0D838 (or 0xA0D838) is known color: Atlantis. HEX triplet: A0, D8 and 38. RGB value is (160,216,56). Sum of RGB (Red+Green+Blue) = 160+216+56=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D838 is #5F27C7. Grayscale: #B5B5B5. Windows color (decimal): -6236104 or 3725472. OLE color: 3725472.

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

Color convert

RGB 160 216 56 -
CMYK 0.26 0 0.74 0.15
HSL 81º 0.67% 0.53% -
HSV(B) 81º 0.74% 0.85% -
XYZ 39.77 56.87 12.62 -
YUV 181.02 57.45 113.01 -
System Red Green Blue C M Y K H S L
Decimal 160 216 56 0.26 0 0.74 0.15 81 0.67 0.53
Hex A0 D8 38 1A 0 4A F 51 43 35
Octal 240 330 70 32 0 112 17 121 103 65
Binary 10100000 11011000 111000 11010 0 1001010 1111 1010001 1000011 110101

Color Harmonies of #A0D838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D838

Black with #A0D838

Text Example


Text Example

White with #A0D838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D838; }

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

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

background-color css

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

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

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

border-color css

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

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

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