#A4C742

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

Shades of Atlantis #A4C742

Tints of Atlantis #A4C742

Color information

#A4C742 (or 0xA4C742) is unknown color: approx Atlantis. HEX triplet: A4, C7 and 42. RGB value is (164,199,66). Sum of RGB (Red+Green+Blue) = 164+199+66=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C742 is #5B38BD. Grayscale: #ADADAD. Windows color (decimal): -5978302 or 4376484. OLE color: 4376484.

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

Color convert

RGB16419966-
CMYK0.1800.670.22
HSL75.79º54.29%51.96%-
HSV(B)75.79º66.83%78.04%-
XYZ36.7249.1312.7-
YUV173.3767.4121.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 66 (26.17% from 255) = 15.38%
R=38.23%
G=46.39%
B=15.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164199660.1800.670.2275.7954.2951.96
HexA4C74212043164c3634
Octal244307102220103261146664
Binary101001001100011110000101001001000011101101001100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C742; }

 p { color: rgb(164,199,66); }

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

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

 a { background-color: rgb(164,199,66); }

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

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

 span { border-color: rgb(164,199,66); }

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