Html Css Color HEX #AAE949 Conifer

📋 copy color: '#AAE949'

red 170 ◦ green 233 ◦ blue 73

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

Shades of Conifer #AAE949

Tints of Conifer #AAE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.95%

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

R = 35.71%
G = 48.95%
B = 15.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#AAE949 (or 0xAAE949) is known color: Conifer. HEX triplet: AA, E9 and 49. RGB value is (170,233,73). Sum of RGB (Red+Green+Blue) = 170+233+73=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE949 is #5516B6. Grayscale: #C4C4C4. Windows color (decimal): -5576375 or 4843946. OLE color: 4843946.

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

Color convert

RGB 170 233 73 -
CMYK 0.27 0 0.69 0.09
HSL 83.63º 0.78% 0.6% -
HSV(B) 83.63º 0.69% 0.91% -
XYZ 46.92 67.3 16.82 -
YUV 195.92 58.63 109.51 -
System Red Green Blue C M Y K H S L
Decimal 170 233 73 0.27 0 0.69 0.09 83.63 0.78 0.6
Hex AA E9 49 1B 0 45 9 54 4E 3C
Octal 252 351 111 33 0 105 11 124 116 74
Binary 10101010 11101001 1001001 11011 0 1000101 1001 1010100 1001110 111100

Color Harmonies of #AAE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE949

Black with #AAE949

Text Example


Text Example

White with #AAE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE949; }

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

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

background-color css

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

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

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

border-color css

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

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

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