#AECF40

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

Shades of Atlantis #AECF40

Tints of Atlantis #AECF40

Color information

#AECF40 (or 0xAECF40) is unknown color: approx Atlantis. HEX triplet: AE, CF and 40. RGB value is (174,207,64). Sum of RGB (Red+Green+Blue) = 174+207+64=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF40 is #5130BF. Grayscale: #B5B5B5. Windows color (decimal): -5320896 or 4247470. OLE color: 4247470.

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

Color convert

RGB17420764-
CMYK0.1600.690.19
HSL73.85º59.83%53.14%-
HSV(B)73.85º69.08%81.18%-
XYZ40.6953.9913.13-
YUV180.8362.07123.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 207 (81.25% from 255) = 46.52%
BLUE value IS 64 (25.39% from 255) = 14.38%
R=39.10%
G=46.52%
B=14.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174207640.1600.690.1973.8559.8353.14
HexAECF4010045134a3c35
Octal256317100200105231127465
Binary101011101100111110000001000001000101100111001010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF40; }

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

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

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

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

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

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

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

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