#AECD35

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

Shades of Atlantis #AECD35

Tints of Atlantis #AECD35

Color information

#AECD35 (or 0xAECD35) is unknown color: approx Atlantis. HEX triplet: AE, CD and 35. RGB value is (174,205,53). Sum of RGB (Red+Green+Blue) = 174+205+53=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD35 is #5132CA. Grayscale: #B2B2B2. Windows color (decimal): -5321419 or 3526062. OLE color: 3526062.

HSL color Cylindrical-coordinate representation of color #AECD35: hue angle of 72.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AECD35 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB17420553-
CMYK0.1500.740.20
HSL72.24º60.32%50.59%-
HSV(B)72.24º74.15%80.39%-
XYZ39.9352.9211.48-
YUV178.457.23124.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 205 (80.47% from 255) = 47.45%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=40.28%
G=47.45%
B=12.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174205530.1500.740.2072.2460.3250.59
HexAECD35F04A14483c33
Octal25631565170112241107463
Binary1010111011001101110101111101001010101001001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD35; }

 p { color: rgb(174,205,53); }

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

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

 a { background-color: rgb(174,205,53); }

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

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

 span { border-color: rgb(174,205,53); }

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