#A8D037

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

Shades of Atlantis #A8D037

Tints of Atlantis #A8D037

Color information

#A8D037 (or 0xA8D037) is unknown color: approx Atlantis. HEX triplet: A8, D0 and 37. RGB value is (168,208,55). Sum of RGB (Red+Green+Blue) = 168+208+55=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D037 is #572FC8. Grayscale: #B3B3B3. Windows color (decimal): -5713865 or 3657896. OLE color: 3657896.

HSL color Cylindrical-coordinate representation of color #A8D037: hue angle of 75.69º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8D037 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB16820855-
CMYK0.1900.740.18
HSL75.69º61.94%51.57%-
HSV(B)75.69º73.56%81.57%-
XYZ39.3953.7111.91-
YUV178.658.25120.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 208 (81.64% from 255) = 48.26%
BLUE value IS 55 (21.88% from 255) = 12.76%
R=38.98%
G=48.26%
B=12.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168208550.1900.740.1875.6961.9451.57
HexA8D0371304A124c3e34
Octal25032067230112221147664
Binary10101000110100001101111001101001010100101001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D037; }

 p { color: rgb(168,208,55); }

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

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

 a { background-color: rgb(168,208,55); }

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

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

 span { border-color: rgb(168,208,55); }

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