#ABCC3A

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

Shades of Atlantis #ABCC3A

Tints of Atlantis #ABCC3A

Color information

#ABCC3A (or 0xABCC3A) is unknown color: approx Atlantis. HEX triplet: AB, CC and 3A. RGB value is (171,204,58). Sum of RGB (Red+Green+Blue) = 171+204+58=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC3A is #5433C5. Grayscale: #B2B2B2. Windows color (decimal): -5518278 or 3853483. OLE color: 3853483.

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

Color convert

RGB17120458-
CMYK0.1600.720.2
HSL73.56º58.87%51.37%-
HSV(B)73.56º71.57%80%-
XYZ39.1552.1512.01-
YUV177.4960.57123.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 58 (23.05% from 255) = 13.39%
R=39.49%
G=47.11%
B=13.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204580.1600.720.273.5658.8751.37
HexABCC3A10048144a3b33
Octal25331472200110241127363
Binary10101011110011001110101000001001000101001001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC3A; }

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

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

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

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

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

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

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

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