Html Css Color HEX #AECD38 Atlantis

📋 copy color: '#AECD38'

red 174 ◦ green 205 ◦ blue 56

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

Shades of Atlantis #AECD38

Tints of Atlantis #AECD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.13%

 BLUE value IS 56 (22.27% from 255) = 12.87%

R = 40%
G = 47.13%
B = 12.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#AECD38 (or 0xAECD38) is known color: Atlantis. HEX triplet: AE, CD and 38. RGB value is (174,205,56). Sum of RGB (Red+Green+Blue) = 174+205+56=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD38 is #5132C7. Grayscale: #B3B3B3. Windows color (decimal): -5321416 or 3722670. OLE color: 3722670.

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

Color convert

RGB 174 205 56 -
CMYK 0.15 0 0.73 0.20
HSL 72.48º 0.6% 0.51% -
HSV(B) 72.48º 0.73% 0.8% -
XYZ 40 52.95 11.85 -
YUV 178.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 174 205 56 0.15 0 0.73 0.20 72.48 0.6 0.51
Hex AE CD 38 F 0 49 14 48 3C 33
Octal 256 315 70 17 0 111 24 110 74 63
Binary 10101110 11001101 111000 1111 0 1001001 10100 1001000 111100 110011

Color Harmonies of #AECD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD38

Black with #AECD38

Text Example


Text Example

White with #AECD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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