#AECE3C

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

Shades of Atlantis #AECE3C

Tints of Atlantis #AECE3C

Color information

#AECE3C (or 0xAECE3C) is unknown color: approx Atlantis. HEX triplet: AE, CE and 3C. RGB value is (174,206,60). Sum of RGB (Red+Green+Blue) = 174+206+60=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE3C is #5131C3. Grayscale: #B4B4B4. Windows color (decimal): -5321156 or 3985070. OLE color: 3985070.

HSL color Cylindrical-coordinate representation of color #AECE3C: hue angle of 73.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AECE3C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB17420660-
CMYK0.1600.710.19
HSL73.15º59.84%52.16%-
HSV(B)73.15º70.87%80.78%-
XYZ40.3453.4712.47-
YUV179.7960.4123.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 206 (80.86% from 255) = 46.82%
BLUE value IS 60 (23.83% from 255) = 13.64%
R=39.55%
G=46.82%
B=13.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174206600.1600.710.1973.1559.8452.16
HexAECE3C1004713493c34
Octal25631674200107231117464
Binary10101110110011101111001000001000111100111001001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE3C; }

 p { color: rgb(174,206,60); }

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

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

 a { background-color: rgb(174,206,60); }

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

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

 span { border-color: rgb(174,206,60); }

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