#A4E734

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

Shades of Atlantis #A4E734

Tints of Atlantis #A4E734

Color information

#A4E734 (or 0xA4E734) is unknown color: approx Atlantis. HEX triplet: A4, E7 and 34. RGB value is (164,231,52). Sum of RGB (Red+Green+Blue) = 164+231+52=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E734 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4E734 is #5B18CB. Grayscale: #BFBFBF. Windows color (decimal): -5970124 or 3467172. OLE color: 3467172.

HSL color Cylindrical-coordinate representation of color #A4E734: hue angle of 82.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 #A4E734 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB16423152-
CMYK0.2900.770.09
HSL82.46º78.85%55.49%-
HSV(B)82.46º77.49%90.59%-
XYZ44.5165.2913.51-
YUV190.5649.8109.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 231 (90.62% from 255) = 51.68%
BLUE value IS 52 (20.70% from 255) = 11.63%
R=36.69%
G=51.68%
B=11.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal164231520.2900.770.0982.4678.8555.49
HexA4E7341D04D9524f37
Octal244347643501151112211767
Binary10100100111001111101001110101001101100110100101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E734; }

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

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

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

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

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

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

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

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