Html Css Color HEX #AEEA49 Conifer

📋 copy color: '#AEEA49'

red 174 ◦ green 234 ◦ blue 73

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

Shades of Conifer #AEEA49

Tints of Conifer #AEEA49

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.65%

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

R = 36.17%
G = 48.65%
B = 15.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#AEEA49 (or 0xAEEA49) is known color: Conifer. HEX triplet: AE, EA and 49. RGB value is (174,234,73). Sum of RGB (Red+Green+Blue) = 174+234+73=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA49 is #5115B6. Grayscale: #C6C6C6. Windows color (decimal): -5313975 or 4844206. OLE color: 4844206.

HSL color Cylindrical-coordinate representation of color #AEEA49: hue angle of 82.36º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEEA49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 73 -
CMYK 0.26 0 0.69 0.08
HSL 82.36º 0.79% 0.6% -
HSV(B) 82.36º 0.69% 0.92% -
XYZ 48.08 68.33 16.96 -
YUV 197.71 57.62 111.09 -
System Red Green Blue C M Y K H S L
Decimal 174 234 73 0.26 0 0.69 0.08 82.36 0.79 0.6
Hex AE EA 49 1A 0 45 8 52 4F 3C
Octal 256 352 111 32 0 105 10 122 117 74
Binary 10101110 11101010 1001001 11010 0 1000101 1000 1010010 1001111 111100

Color Harmonies of #AEEA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEA49

Black with #AEEA49

Text Example


Text Example

White with #AEEA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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