#A7E03D

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

Shades of Atlantis #A7E03D

Tints of Atlantis #A7E03D

Color information

#A7E03D (or 0xA7E03D) is unknown color: approx Atlantis. HEX triplet: A7, E0 and 3D. RGB value is (167,224,61). Sum of RGB (Red+Green+Blue) = 167+224+61=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E03D is #581FC2. Grayscale: #BCBCBC. Windows color (decimal): -5775299 or 4055207. OLE color: 4055207.

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

Color convert

RGB16722461-
CMYK0.2500.730.12
HSL80.98º72.44%55.88%-
HSV(B)80.98º72.77%87.84%-
XYZ43.4361.8614.07-
YUV188.3856.12112.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 224 (87.89% from 255) = 49.56%
BLUE value IS 61 (24.22% from 255) = 13.50%
R=36.95%
G=49.56%
B=13.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167224610.2500.730.1280.9872.4455.88
HexA7E03D19049C514838
Octal247340753101111412111070
Binary10100111111000001111011100101001001110010100011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E03D; }

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

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

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

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

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

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

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

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