Html Css Color HEX #AEDC59 Conifer

📋 copy color: '#AEDC59'

red 174 ◦ green 220 ◦ blue 89

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

Shades of Conifer #AEDC59

Tints of Conifer #AEDC59

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 89 (35.16% from 255) = 18.43%

R = 36.02%
G = 45.55%
B = 18.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#AEDC59 (or 0xAEDC59) is known color: Conifer. HEX triplet: AE, DC and 59. RGB value is (174,220,89). Sum of RGB (Red+Green+Blue) = 174+220+89=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC59 is #5123A6. Grayscale: #BFBFBF. Windows color (decimal): -5317543 or 5889198. OLE color: 5889198.

HSL color Cylindrical-coordinate representation of color #AEDC59: hue angle of 81.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEDC59 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 89 -
CMYK 0.21 0 0.60 0.14
HSL 81.07º 0.65% 0.61% -
HSV(B) 81.07º 0.6% 0.86% -
XYZ 44.85 60.91 18.84 -
YUV 191.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 174 220 89 0.21 0 0.60 0.14 81.07 0.65 0.61
Hex AE DC 59 15 0 3C E 51 41 3D
Octal 256 334 131 25 0 74 16 121 101 75
Binary 10101110 11011100 1011001 10101 0 111100 1110 1010001 1000001 111101

Color Harmonies of #AEDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC59

Black with #AEDC59

Text Example


Text Example

White with #AEDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC59; }

 p { color: rgb(174,220,89); }

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

background-color css

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

 a { background-color: rgb(174,220,89); }

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

border-color css

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

 span { border-color: rgb(174,220,89); }

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