Html Css Color HEX #AAE749 Conifer

📋 copy color: '#AAE749'

red 170 ◦ green 231 ◦ blue 73

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

Shades of Conifer #AAE749

Tints of Conifer #AAE749

RGB

 RED value IS 170 (66.8% from 255) = 35.86%

 GREEN value IS 231 (90.63% from 255) = 48.73%

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

R = 35.86%
G = 48.73%
B = 15.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#AAE749 (or 0xAAE749) is known color: Conifer. HEX triplet: AA, E7 and 49. RGB value is (170,231,73). Sum of RGB (Red+Green+Blue) = 170+231+73=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE749 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE749 is #5518B6. Grayscale: #C3C3C3. Windows color (decimal): -5576887 or 4843434. OLE color: 4843434.

HSL color Cylindrical-coordinate representation of color #AAE749: hue angle of 83.16º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE749 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 73 -
CMYK 0.26 0 0.68 0.09
HSL 83.16º 0.77% 0.6% -
HSV(B) 83.16º 0.68% 0.91% -
XYZ 46.36 66.18 16.63 -
YUV 194.75 59.29 110.35 -
System Red Green Blue C M Y K H S L
Decimal 170 231 73 0.26 0 0.68 0.09 83.16 0.77 0.6
Hex AA E7 49 1A 0 44 9 53 4D 3C
Octal 252 347 111 32 0 104 11 123 115 74
Binary 10101010 11100111 1001001 11010 0 1000100 1001 1010011 1001101 111100

Color Harmonies of #AAE749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE749

Black with #AAE749

Text Example


Text Example

White with #AAE749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE749; }

 p { color: rgb(170,231,73); }

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

background-color css

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

 a { background-color: rgb(170,231,73); }

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

border-color css

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

 span { border-color: rgb(170,231,73); }

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