#AACF41

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

Shades of Atlantis #AACF41

Tints of Atlantis #AACF41

Color information

#AACF41 (or 0xAACF41) is unknown color: approx Atlantis. HEX triplet: AA, CF and 41. RGB value is (170,207,65). Sum of RGB (Red+Green+Blue) = 170+207+65=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF41 is #5530BE. Grayscale: #B4B4B4. Windows color (decimal): -5583039 or 4313002. OLE color: 4313002.

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

Color convert

RGB17020765-
CMYK0.1800.690.19
HSL75.63º59.66%53.33%-
HSV(B)75.63º68.6%81.18%-
XYZ39.8453.5513.24-
YUV179.7563.24121.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 65 (25.78% from 255) = 14.71%
R=38.46%
G=46.83%
B=14.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170207650.1800.690.1975.6359.6653.33
HexAACF4112045134c3c35
Octal252317101220105231147465
Binary101010101100111110000011001001000101100111001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF41; }

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

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

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

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

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

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

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

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