Html Css Color HEX #AED749 Conifer

📋 copy color: '#AED749'

red 174 ◦ green 215 ◦ blue 73

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

Shades of Conifer #AED749

Tints of Conifer #AED749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

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

R = 37.66%
G = 46.54%
B = 15.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#AED749 (or 0xAED749) is known color: Conifer. HEX triplet: AE, D7 and 49. RGB value is (174,215,73). Sum of RGB (Red+Green+Blue) = 174+215+73=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #AED749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED749 is #5128B6. Grayscale: #BBBBBB. Windows color (decimal): -5318839 or 4839342. OLE color: 4839342.

HSL color Cylindrical-coordinate representation of color #AED749: hue angle of 77.32º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AED749 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 73 -
CMYK 0.19 0 0.66 0.16
HSL 77.32º 0.64% 0.56% -
HSV(B) 77.32º 0.66% 0.84% -
XYZ 42.96 58.08 15.25 -
YUV 186.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 174 215 73 0.19 0 0.66 0.16 77.32 0.64 0.56
Hex AE D7 49 13 0 42 10 4D 40 38
Octal 256 327 111 23 0 102 20 115 100 70
Binary 10101110 11010111 1001001 10011 0 1000010 10000 1001101 1000000 111000

Color Harmonies of #AED749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED749

Black with #AED749

Text Example


Text Example

White with #AED749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED749; }

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

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

background-color css

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

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

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

border-color css

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

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

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