#A4D533

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

Shades of Atlantis #A4D533

Tints of Atlantis #A4D533

Color information

#A4D533 (or 0xA4D533) is unknown color: approx Atlantis. HEX triplet: A4, D5 and 33. RGB value is (164,213,51). Sum of RGB (Red+Green+Blue) = 164+213+51=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D533 is #5B2ACC. Grayscale: #B4B4B4. Windows color (decimal): -5974733 or 3397028. OLE color: 3397028.

HSL color Cylindrical-coordinate representation of color #A4D533: hue angle of 78.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4D533 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB16421351-
CMYK0.2300.760.16
HSL78.15º65.85%51.76%-
HSV(B)78.15º76.06%83.53%-
XYZ39.755.7211.79-
YUV179.8855.27116.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 213 (83.59% from 255) = 49.77%
BLUE value IS 51 (20.31% from 255) = 11.92%
R=38.32%
G=49.77%
B=11.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164213510.2300.760.1678.1565.8551.76
HexA4D5331704C104e4234
Octal244325632701142011610264
Binary101001001101010111001110111010011001000010011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D533; }

 p { color: rgb(164,213,51); }

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

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

 a { background-color: rgb(164,213,51); }

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

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

 span { border-color: rgb(164,213,51); }

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