#ACCF40

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

Shades of Atlantis #ACCF40

Tints of Atlantis #ACCF40

Color information

#ACCF40 (or 0xACCF40) is unknown color: approx Atlantis. HEX triplet: AC, CF and 40. RGB value is (172,207,64). Sum of RGB (Red+Green+Blue) = 172+207+64=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF40 is #5330BF. Grayscale: #B4B4B4. Windows color (decimal): -5451968 or 4247468. OLE color: 4247468.

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

Color convert

RGB17220764-
CMYK0.1700.690.19
HSL74.69º59.83%53.14%-
HSV(B)74.69º69.08%81.18%-
XYZ40.2553.7713.11-
YUV180.2362.4122.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 207 (81.25% from 255) = 46.73%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=38.83%
G=46.73%
B=14.45%

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
Decimal172207640.1700.690.1974.6959.8353.14
HexACCF4011045134b3c35
Octal254317100210105231137465
Binary101011001100111110000001000101000101100111001011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF40; }

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

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

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

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

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

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

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

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