#ABCC40

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

Shades of Atlantis #ABCC40

Tints of Atlantis #ABCC40

Color information

#ABCC40 (or 0xABCC40) is unknown color: approx Atlantis. HEX triplet: AB, CC and 40. RGB value is (171,204,64). Sum of RGB (Red+Green+Blue) = 171+204+64=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC40 is #5433BF. Grayscale: #B2B2B2. Windows color (decimal): -5518272 or 4246699. OLE color: 4246699.

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

Color convert

RGB17120464-
CMYK0.1600.690.2
HSL74.14º57.85%52.55%-
HSV(B)74.14º68.63%80%-
XYZ39.3152.2112.86-
YUV178.1763.57122.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=38.95%
G=46.47%
B=14.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204640.1600.690.274.1457.8552.55
HexABCC4010045144a3a35
Octal253314100200105241127265
Binary101010111100110010000001000001000101101001001010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC40; }

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

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

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

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

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

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

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

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