#ACCF41

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

Shades of Atlantis #ACCF41

Tints of Atlantis #ACCF41

Color information

#ACCF41 (or 0xACCF41) is unknown color: approx Atlantis. HEX triplet: AC, CF and 41. RGB value is (172,207,65). Sum of RGB (Red+Green+Blue) = 172+207+65=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF41 is #5330BE. Grayscale: #B4B4B4. Windows color (decimal): -5451967 or 4313004. OLE color: 4313004.

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

Color convert

RGB17220765-
CMYK0.1700.690.19
HSL74.79º59.66%53.33%-
HSV(B)74.79º68.6%81.18%-
XYZ40.2853.7813.26-
YUV180.3562.9122.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 65 (25.78% from 255) = 14.64%
R=38.74%
G=46.62%
B=14.64%

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
Decimal172207650.1700.690.1974.7959.6653.33
HexACCF4111045134b3c35
Octal254317101210105231137465
Binary101011001100111110000011000101000101100111001011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF41; }

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

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

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

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

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

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

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

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