#ABC939

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

Shades of Atlantis #ABC939

Tints of Atlantis #ABC939

Color information

#ABC939 (or 0xABC939) is unknown color: approx Atlantis. HEX triplet: AB, C9 and 39. RGB value is (171,201,57). Sum of RGB (Red+Green+Blue) = 171+201+57=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC939 is #5436C6. Grayscale: #B0B0B0. Windows color (decimal): -5519047 or 3787179. OLE color: 3787179.

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

Color convert

RGB17120157-
CMYK0.1500.720.21
HSL72.5º57.14%50.59%-
HSV(B)72.5º71.64%78.82%-
XYZ38.4250.7311.64-
YUV175.6161.06124.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 57 (22.66% from 255) = 13.29%
R=39.86%
G=46.85%
B=13.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171201570.1500.720.2172.557.1450.59
HexABC939F04815483933
Octal25331171170110251107163
Binary1010101111001001111001111101001000101011001000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC939; }

 p { color: rgb(171,201,57); }

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

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

 a { background-color: rgb(171,201,57); }

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

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

 span { border-color: rgb(171,201,57); }

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