Html Css Color HEX #AECD3E Atlantis

📋 copy color: '#AECD3E'

red 174 ◦ green 205 ◦ blue 62

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

Shades of Atlantis #AECD3E

Tints of Atlantis #AECD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.06%

R = 39.46%
G = 46.49%
B = 14.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#AECD3E (or 0xAECD3E) is known color: Atlantis. HEX triplet: AE, CD and 3E. RGB value is (174,205,62). Sum of RGB (Red+Green+Blue) = 174+205+62=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD3E is #5132C1. Grayscale: #B3B3B3. Windows color (decimal): -5321410 or 4115886. OLE color: 4115886.

HSL color Cylindrical-coordinate representation of color #AECD3E: hue angle of 73.01º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AECD3E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 62 -
CMYK 0.15 0 0.70 0.20
HSL 73.01º 0.59% 0.52% -
HSV(B) 73.01º 0.7% 0.8% -
XYZ 40.16 53.01 12.67 -
YUV 179.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 174 205 62 0.15 0 0.70 0.20 73.01 0.59 0.52
Hex AE CD 3E F 0 46 14 49 3B 34
Octal 256 315 76 17 0 106 24 111 73 64
Binary 10101110 11001101 111110 1111 0 1000110 10100 1001001 111011 110100

Color Harmonies of #AECD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD3E

Black with #AECD3E

Text Example


Text Example

White with #AECD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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