#ADC938

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

Shades of Atlantis #ADC938

Tints of Atlantis #ADC938

Color information

#ADC938 (or 0xADC938) is unknown color: approx Atlantis. HEX triplet: AD, C9 and 38. RGB value is (173,201,56). Sum of RGB (Red+Green+Blue) = 173+201+56=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC938 is #5236C7. Grayscale: #B0B0B0. Windows color (decimal): -5387976 or 3721645. OLE color: 3721645.

HSL color Cylindrical-coordinate representation of color #ADC938: hue angle of 71.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADC938 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB17320156-
CMYK0.1400.720.21
HSL71.59º57.31%50.39%-
HSV(B)71.59º72.14%78.82%-
XYZ38.8350.9411.53-
YUV176.160.22125.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 201 (78.91% from 255) = 46.74%
BLUE value IS 56 (22.27% from 255) = 13.02%
R=40.23%
G=46.74%
B=13.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201560.1400.720.2171.5957.3150.39
HexADC938E04815483932
Octal25531170160110251107162
Binary1010110111001001111000111001001000101011001000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC938; }

 p { color: rgb(173,201,56); }

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

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

 a { background-color: rgb(173,201,56); }

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

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

 span { border-color: rgb(173,201,56); }

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