Html Css Color HEX #AED449 Conifer

📋 copy color: '#AED449'

red 174 ◦ green 212 ◦ blue 73

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

Shades of Conifer #AED449

Tints of Conifer #AED449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.19%

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

R = 37.91%
G = 46.19%
B = 15.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#AED449 (or 0xAED449) is known color: Conifer. HEX triplet: AE, D4 and 49. RGB value is (174,212,73). Sum of RGB (Red+Green+Blue) = 174+212+73=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #AED449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED449 is #512BB6. Grayscale: #B9B9B9. Windows color (decimal): -5319607 or 4838574. OLE color: 4838574.

HSL color Cylindrical-coordinate representation of color #AED449: hue angle of 76.4º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AED449 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 73 -
CMYK 0.18 0 0.66 0.17
HSL 76.4º 0.62% 0.56% -
HSV(B) 76.4º 0.66% 0.83% -
XYZ 42.2 56.57 15 -
YUV 184.79 64.91 120.3 -
System Red Green Blue C M Y K H S L
Decimal 174 212 73 0.18 0 0.66 0.17 76.4 0.62 0.56
Hex AE D4 49 12 0 42 11 4C 3E 38
Octal 256 324 111 22 0 102 21 114 76 70
Binary 10101110 11010100 1001001 10010 0 1000010 10001 1001100 111110 111000

Color Harmonies of #AED449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED449

Black with #AED449

Text Example


Text Example

White with #AED449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED449; }

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

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

background-color css

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

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

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

border-color css

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

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

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