#A8C839

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

Shades of Atlantis #A8C839

Tints of Atlantis #A8C839

Color information

#A8C839 (or 0xA8C839) is unknown color: approx Atlantis. HEX triplet: A8, C8 and 39. RGB value is (168,200,57). Sum of RGB (Red+Green+Blue) = 168+200+57=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C839 is #5737C6. Grayscale: #AEAEAE. Windows color (decimal): -5715911 or 3786920. OLE color: 3786920.

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

Color convert

RGB16820057-
CMYK0.1600.720.22
HSL73.43º56.52%50.39%-
HSV(B)73.43º71.5%78.43%-
XYZ37.5449.9311.53-
YUV174.1361.9123.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 200 (78.52% from 255) = 47.06%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=39.53%
G=47.06%
B=13.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168200570.1600.720.2273.4356.5250.39
HexA8C8391004816493932
Octal25031071200110261117162
Binary10101000110010001110011000001001000101101001001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C839; }

 p { color: rgb(168,200,57); }

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

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

 a { background-color: rgb(168,200,57); }

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

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

 span { border-color: rgb(168,200,57); }

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