#A8E134

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

Shades of Atlantis #A8E134

Tints of Atlantis #A8E134

Color information

#A8E134 (or 0xA8E134) is unknown color: approx Atlantis. HEX triplet: A8, E1 and 34. RGB value is (168,225,52). Sum of RGB (Red+Green+Blue) = 168+225+52=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E134 is #571ECB. Grayscale: #BCBCBC. Windows color (decimal): -5709516 or 3465640. OLE color: 3465640.

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

Color convert

RGB16822552-
CMYK0.2500.770.12
HSL79.77º74.25%54.31%-
HSV(B)79.77º76.89%88.24%-
XYZ43.6962.4212.99-
YUV188.2451.12113.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 225 (88.28% from 255) = 50.56%
BLUE value IS 52 (20.70% from 255) = 11.69%
R=37.75%
G=50.56%
B=11.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168225520.2500.770.1279.7774.2554.31
HexA8E1341904DC504a36
Octal250341643101151412011266
Binary10101000111000011101001100101001101110010100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E134; }

 p { color: rgb(168,225,52); }

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

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

 a { background-color: rgb(168,225,52); }

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

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

 span { border-color: rgb(168,225,52); }

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