#abdc3f

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

Shades of Atlantis #ABDC3F

Tints of Atlantis #ABDC3F

Color information

#ABDC3F (or 0xABDC3F) is unknown color: approx Atlantis. HEX triplet: AB, DC and 3F. RGB value is (171,220,63). Sum of RGB (Red+Green+Blue) = 171+220+63=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3F is #5423C0. Grayscale: #BCBCBC. Windows color (decimal): -5514177 or 4185259. OLE color: 4185259.

HSL color Cylindrical-coordinate representation of color #ABDC3F: hue angle of 78.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABDC3F is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB17122063-
CMYK0.2200.710.14
HSL78.73º69.16%55.49%-
HSV(B)78.73º71.36%86.27%-
XYZ43.2860.214.04-
YUV187.4557.77116.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 63 (25% from 255) = 13.88%
R=37.67%
G=48.46%
B=13.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171220630.2200.710.1478.7369.1655.49
HexABDC3F16047E4f4537
Octal253334772601071611710567
Binary10101011110111001111111011001000111111010011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdc3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdc3f; }

 p { color: rgb(171,220,63); }

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

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

 a { background-color: rgb(171,220,63); }

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

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

 span { border-color: rgb(171,220,63); }

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