#A8C63A

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

Shades of Atlantis #A8C63A

Tints of Atlantis #A8C63A

Color information

#A8C63A (or 0xA8C63A) is unknown color: approx Atlantis. HEX triplet: A8, C6 and 3A. RGB value is (168,198,58). Sum of RGB (Red+Green+Blue) = 168+198+58=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C63A is #5739C5. Grayscale: #ADADAD. Windows color (decimal): -5716422 or 3851944. OLE color: 3851944.

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

Color convert

RGB16819858-
CMYK0.1500.710.22
HSL72.86º55.12%50.2%-
HSV(B)72.86º70.71%77.65%-
XYZ37.1149.0211.51-
YUV173.0763.06124.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 198 (77.73% from 255) = 46.70%
BLUE value IS 58 (23.05% from 255) = 13.68%
R=39.62%
G=46.70%
B=13.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168198580.1500.710.2272.8655.1250.2
HexA8C63AF04716493732
Octal25030672170107261116762
Binary1010100011000110111010111101000111101101001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C63A; }

 p { color: rgb(168,198,58); }

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

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

 a { background-color: rgb(168,198,58); }

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

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

 span { border-color: rgb(168,198,58); }

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