Html Css Color HEX #AAE649 Conifer

📋 copy color: '#AAE649'

red 170 ◦ green 230 ◦ blue 73

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

Shades of Conifer #AAE649

Tints of Conifer #AAE649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.63%

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

R = 35.94%
G = 48.63%
B = 15.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#AAE649 (or 0xAAE649) is known color: Conifer. HEX triplet: AA, E6 and 49. RGB value is (170,230,73). Sum of RGB (Red+Green+Blue) = 170+230+73=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE649 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE649 is #5519B6. Grayscale: #C2C2C2. Windows color (decimal): -5577143 or 4843178. OLE color: 4843178.

HSL color Cylindrical-coordinate representation of color #AAE649: hue angle of 82.93º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE649 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 73 -
CMYK 0.26 0 0.68 0.10
HSL 82.93º 0.76% 0.59% -
HSV(B) 82.93º 0.68% 0.9% -
XYZ 46.08 65.62 16.54 -
YUV 194.16 59.62 110.77 -
System Red Green Blue C M Y K H S L
Decimal 170 230 73 0.26 0 0.68 0.10 82.93 0.76 0.59
Hex AA E6 49 1A 0 44 A 53 4C 3B
Octal 252 346 111 32 0 104 12 123 114 73
Binary 10101010 11100110 1001001 11010 0 1000100 1010 1010011 1001100 111011

Color Harmonies of #AAE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE649

Black with #AAE649

Text Example


Text Example

White with #AAE649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE649; }

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

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

background-color css

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

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

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

border-color css

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

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

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