#ADCE38

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

Shades of Atlantis #ADCE38

Tints of Atlantis #ADCE38

Color information

#ADCE38 (or 0xADCE38) is unknown color: approx Atlantis. HEX triplet: AD, CE and 38. RGB value is (173,206,56). Sum of RGB (Red+Green+Blue) = 173+206+56=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE38 is #5231C7. Grayscale: #B3B3B3. Windows color (decimal): -5386696 or 3722925. OLE color: 3722925.

HSL color Cylindrical-coordinate representation of color #ADCE38: hue angle of 73.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADCE38 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB17320656-
CMYK0.1600.730.19
HSL73.2º60.48%51.37%-
HSV(B)73.2º72.82%80.78%-
XYZ40.0253.3111.92-
YUV179.0358.57123.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 206 (80.86% from 255) = 47.36%
BLUE value IS 56 (22.27% from 255) = 12.87%
R=39.77%
G=47.36%
B=12.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173206560.1600.730.1973.260.4851.37
HexADCE381004913493c33
Octal25531670200111231117463
Binary10101101110011101110001000001001001100111001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE38; }

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

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

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

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

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

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

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

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