#A4C841

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

Shades of Atlantis #A4C841

Tints of Atlantis #A4C841

Color information

#A4C841 (or 0xA4C841) is unknown color: approx Atlantis. HEX triplet: A4, C8 and 41. RGB value is (164,200,65). Sum of RGB (Red+Green+Blue) = 164+200+65=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C841 is #5B37BE. Grayscale: #AEAEAE. Windows color (decimal): -5978047 or 4311204. OLE color: 4311204.

HSL color Cylindrical-coordinate representation of color #A4C841: hue angle of 76º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4C841 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB16420065-
CMYK0.1800.680.22
HSL76º55.1%51.96%-
HSV(B)76º67.5%78.43%-
XYZ36.9249.5812.63-
YUV173.8566.57120.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 200 (78.52% from 255) = 46.62%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=38.23%
G=46.62%
B=15.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164200650.1800.680.227655.151.96
HexA4C84112044164c3734
Octal244310101220104261146764
Binary101001001100100010000011001001000100101101001100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C841; }

 p { color: rgb(164,200,65); }

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

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

 a { background-color: rgb(164,200,65); }

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

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

 span { border-color: rgb(164,200,65); }

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