Html Css Color HEX #AED849 Conifer

📋 copy color: '#AED849'

red 174 ◦ green 216 ◦ blue 73

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

Shades of Conifer #AED849

Tints of Conifer #AED849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.65%

 BLUE value IS 73 (28.91% from 255) = 15.77%

R = 37.58%
G = 46.65%
B = 15.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AED849 (or 0xAED849) is known color: Conifer. HEX triplet: AE, D8 and 49. RGB value is (174,216,73). Sum of RGB (Red+Green+Blue) = 174+216+73=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #AED849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED849 is #5127B6. Grayscale: #BBBBBB. Windows color (decimal): -5318583 or 4839598. OLE color: 4839598.

HSL color Cylindrical-coordinate representation of color #AED849: hue angle of 77.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AED849 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 73 -
CMYK 0.19 0 0.66 0.15
HSL 77.62º 0.65% 0.57% -
HSV(B) 77.62º 0.66% 0.85% -
XYZ 43.21 58.59 15.33 -
YUV 187.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 174 216 73 0.19 0 0.66 0.15 77.62 0.65 0.57
Hex AE D8 49 13 0 42 F 4E 41 39
Octal 256 330 111 23 0 102 17 116 101 71
Binary 10101110 11011000 1001001 10011 0 1000010 1111 1001110 1000001 111001

Color Harmonies of #AED849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED849

Black with #AED849

Text Example


Text Example

White with #AED849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED849; }

 p { color: rgb(174,216,73); }

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

background-color css

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

 a { background-color: rgb(174,216,73); }

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

border-color css

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

 span { border-color: rgb(174,216,73); }

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