#A1E734

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

Shades of Atlantis #A1E734

Tints of Atlantis #A1E734

Color information

#A1E734 (or 0xA1E734) is unknown color: approx Atlantis. HEX triplet: A1, E7 and 34. RGB value is (161,231,52). Sum of RGB (Red+Green+Blue) = 161+231+52=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E734 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E734 is #5E18CB. Grayscale: #BEBEBE. Windows color (decimal): -6166732 or 3467169. OLE color: 3467169.

HSL color Cylindrical-coordinate representation of color #A1E734: hue angle of 83.46º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1E734 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB16123152-
CMYK0.3000.770.09
HSL83.46º78.85%55.49%-
HSV(B)83.46º77.49%90.59%-
XYZ43.8964.9813.48-
YUV189.6650.31107.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 231 (90.62% from 255) = 52.03%
BLUE value IS 52 (20.70% from 255) = 11.71%
R=36.26%
G=52.03%
B=11.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161231520.3000.770.0983.4678.8555.49
HexA1E7341E04D9534f37
Octal241347643601151112311767
Binary10100001111001111101001111001001101100110100111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E734; }

 p { color: rgb(161,231,52); }

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

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

 a { background-color: rgb(161,231,52); }

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

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

 span { border-color: rgb(161,231,52); }

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