#A7E12E

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

Shades of Atlantis #A7E12E

Tints of Atlantis #A7E12E

Color information

#A7E12E (or 0xA7E12E) is unknown color: approx Atlantis. HEX triplet: A7, E1 and 2E. RGB value is (167,225,46). Sum of RGB (Red+Green+Blue) = 167+225+46=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E12E is #581ED1. Grayscale: #BBBBBB. Windows color (decimal): -5775058 or 3072423. OLE color: 3072423.

HSL color Cylindrical-coordinate representation of color #A7E12E: hue angle of 79.44º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7E12E is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB16722546-
CMYK0.2600.800.12
HSL79.44º74.9%53.14%-
HSV(B)79.44º79.56%88.24%-
XYZ43.3562.2612.32-
YUV187.2548.28113.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 46 (18.36% from 255) = 10.50%
R=38.13%
G=51.37%
B=10.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167225460.2600.800.1279.4474.953.14
HexA7E12E1A050C4f4b35
Octal247341563201201411711365
Binary10100111111000011011101101001010000110010011111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E12E; }

 p { color: rgb(167,225,46); }

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

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

 a { background-color: rgb(167,225,46); }

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

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

 span { border-color: rgb(167,225,46); }

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