Html Css Color HEX #AECC3A Atlantis

📋 copy color: '#AECC3A'

red 174 ◦ green 204 ◦ blue 58

#AECC3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #AECC3A

Tints of Atlantis #AECC3A

RGB

 RED value IS 174 (68.36% from 255) = 39.91%

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 39.91%
G = 46.79%
B = 13.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#AECC3A (or 0xAECC3A) is known color: Atlantis. HEX triplet: AE, CC and 3A. RGB value is (174,204,58). Sum of RGB (Red+Green+Blue) = 174+204+58=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC3A is #5133C5. Grayscale: #B2B2B2. Windows color (decimal): -5321670 or 3853486. OLE color: 3853486.

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

Color convert

RGB 174 204 58 -
CMYK 0.15 0 0.72 0.2
HSL 72.33º 0.59% 0.51% -
HSV(B) 72.33º 0.72% 0.8% -
XYZ 39.81 52.49 12.04 -
YUV 178.39 60.06 124.87 -
System Red Green Blue C M Y K H S L
Decimal 174 204 58 0.15 0 0.72 0.2 72.33 0.59 0.51
Hex AE CC 3A F 0 48 14 48 3B 33
Octal 256 314 72 17 0 110 24 110 73 63
Binary 10101110 11001100 111010 1111 0 1001000 10100 1001000 111011 110011

Color Harmonies of #AECC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC3A

Black with #AECC3A

Text Example


Text Example

White with #AECC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC3A; }

 p { color: rgb(174,204,58); }

 H1.HeaderClassName
 {
   color: #AECC3A;
 }
 .AnyTagClassName
 {
   color: #AECC3A;
 }
</style>

background-color css

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

 a { background-color: rgb(174,204,58); }

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

border-color css

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

 span { border-color: rgb(174,204,58); }

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