Html Css Color HEX #A0D836 Atlantis

📋 copy color: '#A0D836'

red 160 ◦ green 216 ◦ blue 54

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

Shades of Atlantis #A0D836

Tints of Atlantis #A0D836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.56%

R = 37.21%
G = 50.23%
B = 12.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A0D836 (or 0xA0D836) is known color: Atlantis. HEX triplet: A0, D8 and 36. RGB value is (160,216,54). Sum of RGB (Red+Green+Blue) = 160+216+54=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D836 is #5F27C9. Grayscale: #B5B5B5. Windows color (decimal): -6236106 or 3594400. OLE color: 3594400.

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

Color convert

RGB 160 216 54 -
CMYK 0.26 0 0.75 0.15
HSL 80.74º 0.68% 0.53% -
HSV(B) 80.74º 0.75% 0.85% -
XYZ 39.72 56.85 12.37 -
YUV 180.79 56.45 113.17 -
System Red Green Blue C M Y K H S L
Decimal 160 216 54 0.26 0 0.75 0.15 80.74 0.68 0.53
Hex A0 D8 36 1A 0 4B F 51 44 35
Octal 240 330 66 32 0 113 17 121 104 65
Binary 10100000 11011000 110110 11010 0 1001011 1111 1010001 1000100 110101

Color Harmonies of #A0D836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D836

Black with #A0D836

Text Example


Text Example

White with #A0D836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D836; }

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

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

background-color css

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

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

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

border-color css

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

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

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