#A9C63C

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

Shades of Atlantis #A9C63C

Tints of Atlantis #A9C63C

Color information

#A9C63C (or 0xA9C63C) is unknown color: approx Atlantis. HEX triplet: A9, C6 and 3C. RGB value is (169,198,60). Sum of RGB (Red+Green+Blue) = 169+198+60=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C63C is #5639C3. Grayscale: #AEAEAE. Windows color (decimal): -5650884 or 3983017. OLE color: 3983017.

HSL color Cylindrical-coordinate representation of color #A9C63C: hue angle of 72.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9C63C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB16919860-
CMYK0.1500.700.22
HSL72.61º54.76%50.59%-
HSV(B)72.61º69.7%77.65%-
XYZ37.3749.1511.79-
YUV173.663.89124.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 60 (23.83% from 255) = 14.05%
R=39.58%
G=46.37%
B=14.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169198600.1500.700.2272.6154.7650.59
HexA9C63CF04616493733
Octal25130674170106261116763
Binary1010100111000110111100111101000110101101001001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C63C; }

 p { color: rgb(169,198,60); }

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

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

 a { background-color: rgb(169,198,60); }

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

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

 span { border-color: rgb(169,198,60); }

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