#A9C842

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

Shades of Atlantis #A9C842

Tints of Atlantis #A9C842

Color information

#A9C842 (or 0xA9C842) is unknown color: approx Atlantis. HEX triplet: A9, C8 and 42. RGB value is (169,200,66). Sum of RGB (Red+Green+Blue) = 169+200+66=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C842 is #5637BD. Grayscale: #AFAFAF. Windows color (decimal): -5650366 or 4376745. OLE color: 4376745.

HSL color Cylindrical-coordinate representation of color #A9C842: hue angle of 73.88º degrees, saturation: 0.55, 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 #A9C842 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB16920066-
CMYK0.1600.670.22
HSL73.88º54.92%52.16%-
HSV(B)73.88º67%78.43%-
XYZ3850.1412.83-
YUV175.4666.23123.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=38.85%
G=45.98%
B=15.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169200660.1600.670.2273.8854.9252.16
HexA9C84210043164a3734
Octal251310102200103261126764
Binary101010011100100010000101000001000011101101001010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C842; }

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

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

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

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

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

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

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

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