Html Css Color HEX #AEE049 Conifer

📋 copy color: '#AEE049'

red 174 ◦ green 224 ◦ blue 73

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

Shades of Conifer #AEE049

Tints of Conifer #AEE049

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.56%

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

R = 36.94%
G = 47.56%
B = 15.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#AEE049 (or 0xAEE049) is known color: Conifer. HEX triplet: AE, E0 and 49. RGB value is (174,224,73). Sum of RGB (Red+Green+Blue) = 174+224+73=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE049 is #511FB6. Grayscale: #C0C0C0. Windows color (decimal): -5316535 or 4841646. OLE color: 4841646.

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

Color convert

RGB 174 224 73 -
CMYK 0.22 0 0.67 0.12
HSL 79.87º 0.71% 0.58% -
HSV(B) 79.87º 0.67% 0.88% -
XYZ 45.31 62.79 16.03 -
YUV 191.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 174 224 73 0.22 0 0.67 0.12 79.87 0.71 0.58
Hex AE E0 49 16 0 43 C 50 47 3A
Octal 256 340 111 26 0 103 14 120 107 72
Binary 10101110 11100000 1001001 10110 0 1000011 1100 1010000 1000111 111010

Color Harmonies of #AEE049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE049

Black with #AEE049

Text Example


Text Example

White with #AEE049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE049; }

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

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

background-color css

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

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

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

border-color css

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

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

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