#A3E334

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

Shades of Atlantis #A3E334

Tints of Atlantis #A3E334

Color information

#A3E334 (or 0xA3E334) is unknown color: approx Atlantis. HEX triplet: A3, E3 and 34. RGB value is (163,227,52). Sum of RGB (Red+Green+Blue) = 163+227+52=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E334 is #5C1CCB. Grayscale: #BCBCBC. Windows color (decimal): -6036684 or 3466147. OLE color: 3466147.

HSL color Cylindrical-coordinate representation of color #A3E334: hue angle of 81.94º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3E334 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB16322752-
CMYK0.2800.770.11
HSL81.94º75.76%54.71%-
HSV(B)81.94º77.09%89.02%-
XYZ43.1962.9713.13-
YUV187.9151.3110.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 227 (89.06% from 255) = 51.36%
BLUE value IS 52 (20.70% from 255) = 11.76%
R=36.88%
G=51.36%
B=11.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163227520.2800.770.1181.9475.7654.71
HexA3E3341C04DB524c37
Octal243343643401151312211467
Binary10100011111000111101001110001001101101110100101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E334; }

 p { color: rgb(163,227,52); }

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

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

 a { background-color: rgb(163,227,52); }

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

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

 span { border-color: rgb(163,227,52); }

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