#A9C942

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

Shades of Atlantis #A9C942

Tints of Atlantis #A9C942

Color information

#A9C942 (or 0xA9C942) is unknown color: approx Atlantis. HEX triplet: A9, C9 and 42. RGB value is (169,201,66). Sum of RGB (Red+Green+Blue) = 169+201+66=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C942 is #5636BD. Grayscale: #B0B0B0. Windows color (decimal): -5650110 or 4377001. OLE color: 4377001.

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

Color convert

RGB16920166-
CMYK0.1600.670.21
HSL74.22º55.56%52.35%-
HSV(B)74.22º67.16%78.82%-
XYZ38.2350.612.91-
YUV176.0465.9122.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=38.76%
G=46.10%
B=15.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169201660.1600.670.2174.2255.5652.35
HexA9C94210043154a3834
Octal251311102200103251127064
Binary101010011100100110000101000001000011101011001010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C942; }

 p { color: rgb(169,201,66); }

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

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

 a { background-color: rgb(169,201,66); }

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

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

 span { border-color: rgb(169,201,66); }

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