Html Css Color HEX #AEDF49 Conifer

📋 copy color: '#AEDF49'

red 174 ◦ green 223 ◦ blue 73

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

Shades of Conifer #AEDF49

Tints of Conifer #AEDF49

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

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

R = 37.02%
G = 47.45%
B = 15.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#AEDF49 (or 0xAEDF49) is known color: Conifer. HEX triplet: AE, DF and 49. RGB value is (174,223,73). Sum of RGB (Red+Green+Blue) = 174+223+73=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF49 is #5120B6. Grayscale: #BFBFBF. Windows color (decimal): -5316791 or 4841390. OLE color: 4841390.

HSL color Cylindrical-coordinate representation of color #AEDF49: hue angle of 79.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEDF49 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 73 -
CMYK 0.22 0 0.67 0.13
HSL 79.6º 0.7% 0.58% -
HSV(B) 79.6º 0.67% 0.87% -
XYZ 45.05 62.26 15.95 -
YUV 191.25 61.27 115.7 -
System Red Green Blue C M Y K H S L
Decimal 174 223 73 0.22 0 0.67 0.13 79.6 0.7 0.58
Hex AE DF 49 16 0 43 D 50 46 3A
Octal 256 337 111 26 0 103 15 120 106 72
Binary 10101110 11011111 1001001 10110 0 1000011 1101 1010000 1000110 111010

Color Harmonies of #AEDF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF49

Black with #AEDF49

Text Example


Text Example

White with #AEDF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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