#A4CA43

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

Shades of Atlantis #A4CA43

Tints of Atlantis #A4CA43

Color information

#A4CA43 (or 0xA4CA43) is unknown color: approx Atlantis. HEX triplet: A4, CA and 43. RGB value is (164,202,67). Sum of RGB (Red+Green+Blue) = 164+202+67=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA43 is #5B35BC. Grayscale: #AFAFAF. Windows color (decimal): -5977533 or 4442788. OLE color: 4442788.

HSL color Cylindrical-coordinate representation of color #A4CA43: hue angle of 76.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4CA43 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB16420267-
CMYK0.1900.670.21
HSL76.89º56.02%52.75%-
HSV(B)76.89º66.83%79.22%-
XYZ37.4450.5413.09-
YUV175.2566.91119.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 67 (26.56% from 255) = 15.47%
R=37.88%
G=46.65%
B=15.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202670.1900.670.2176.8956.0252.75
HexA4CA4313043154d3835
Octal244312103230103251157065
Binary101001001100101010000111001101000011101011001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA43; }

 p { color: rgb(164,202,67); }

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

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

 a { background-color: rgb(164,202,67); }

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

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

 span { border-color: rgb(164,202,67); }

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