#adce3f

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

Shades of Atlantis #ADCE3F

Tints of Atlantis #ADCE3F

Color information

#ADCE3F (or 0xADCE3F) is unknown color: approx Atlantis. HEX triplet: AD, CE and 3F. RGB value is (173,206,63). Sum of RGB (Red+Green+Blue) = 173+206+63=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE3F is #5231C0. Grayscale: #B4B4B4. Windows color (decimal): -5386689 or 4181677. OLE color: 4181677.

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

Color convert

RGB17320663-
CMYK0.1600.690.19
HSL73.85º59.34%52.75%-
HSV(B)73.85º69.42%80.78%-
XYZ40.253.3912.89-
YUV179.8362.07123.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 206 (80.86% from 255) = 46.61%
BLUE value IS 63 (25% from 255) = 14.25%
R=39.14%
G=46.61%
B=14.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173206630.1600.690.1973.8559.3452.75
HexADCE3F10045134a3b35
Octal25531677200105231127365
Binary10101101110011101111111000001000101100111001010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adce3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adce3f; }

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

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

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

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

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

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

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

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