#ABCF40

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

Shades of Atlantis #ABCF40

Tints of Atlantis #ABCF40

Color information

#ABCF40 (or 0xABCF40) is unknown color: approx Atlantis. HEX triplet: AB, CF and 40. RGB value is (171,207,64). Sum of RGB (Red+Green+Blue) = 171+207+64=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF40 is #5430BF. Grayscale: #B4B4B4. Windows color (decimal): -5517504 or 4247467. OLE color: 4247467.

HSL color Cylindrical-coordinate representation of color #ABCF40: hue angle of 75.1º degrees, saturation: 0.6, 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 #ABCF40 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB17120764-
CMYK0.1700.690.19
HSL75.1º59.83%53.14%-
HSV(B)75.1º69.08%81.18%-
XYZ40.0353.6513.1-
YUV179.9362.57121.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 64 (25.39% from 255) = 14.48%
R=38.69%
G=46.83%
B=14.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171207640.1700.690.1975.159.8353.14
HexABCF4011045134b3c35
Octal253317100210105231137465
Binary101010111100111110000001000101000101100111001011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF40; }

 p { color: rgb(171,207,64); }

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

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

 a { background-color: rgb(171,207,64); }

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

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

 span { border-color: rgb(171,207,64); }

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