#A7E036

Color #A7E036 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A7E036

Tints of Atlantis #A7E036

Color information

#A7E036 (or 0xA7E036) is unknown color: approx Atlantis. HEX triplet: A7, E0 and 36. RGB value is (167,224,54). Sum of RGB (Red+Green+Blue) = 167+224+54=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E036 is #581FC9. Grayscale: #BCBCBC. Windows color (decimal): -5775306 or 3596455. OLE color: 3596455.

HSL color Cylindrical-coordinate representation of color #A7E036: hue angle of 80.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7E036 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB16722454-
CMYK0.2500.760.12
HSL80.12º73.28%54.51%-
HSV(B)80.12º75.89%87.84%-
XYZ43.2661.7913.14-
YUV187.5852.62113.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 54 (21.48% from 255) = 12.13%
R=37.53%
G=50.34%
B=12.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167224540.2500.760.1280.1273.2854.51
HexA7E0361904CC504937
Octal247340663101141412011167
Binary10100111111000001101101100101001100110010100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E036; }

 p { color: rgb(167,224,54); }

 H1.HeaderClassName
 {
   color: #A7E036;
 }
 .AnyTagClassName
 {
   color: #A7E036;
 }
</style>
background-color css

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

 a { background-color: rgb(167,224,54); }

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

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

 span { border-color: rgb(167,224,54); }

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