Html Css Color HEX #AED949 Conifer

📋 copy color: '#AED949'

red 174 ◦ green 217 ◦ blue 73

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

Shades of Conifer #AED949

Tints of Conifer #AED949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.77%

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

R = 37.5%
G = 46.77%
B = 15.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AED949 (or 0xAED949) is known color: Conifer. HEX triplet: AE, D9 and 49. RGB value is (174,217,73). Sum of RGB (Red+Green+Blue) = 174+217+73=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #AED949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED949 is #5126B6. Grayscale: #BCBCBC. Windows color (decimal): -5318327 or 4839854. OLE color: 4839854.

HSL color Cylindrical-coordinate representation of color #AED949: hue angle of 77.92º 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 #AED949 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 73 -
CMYK 0.20 0 0.66 0.15
HSL 77.92º 0.65% 0.57% -
HSV(B) 77.92º 0.66% 0.85% -
XYZ 43.47 59.11 15.42 -
YUV 187.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 174 217 73 0.20 0 0.66 0.15 77.92 0.65 0.57
Hex AE D9 49 14 0 42 F 4E 41 39
Octal 256 331 111 24 0 102 17 116 101 71
Binary 10101110 11011001 1001001 10100 0 1000010 1111 1001110 1000001 111001

Color Harmonies of #AED949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED949

Black with #AED949

Text Example


Text Example

White with #AED949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED949; }

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

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

background-color css

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

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

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

border-color css

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

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

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