Html Css Color HEX #AAE050 Conifer

📋 copy color: '#AAE050'

red 170 ◦ green 224 ◦ blue 80

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

Shades of Conifer #AAE050

Tints of Conifer #AAE050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 35.86%
G = 47.26%
B = 16.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#AAE050 (or 0xAAE050) is known color: Conifer. HEX triplet: AA, E0 and 50. RGB value is (170,224,80). Sum of RGB (Red+Green+Blue) = 170+224+80=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE050 is #551FAF. Grayscale: #BFBFBF. Windows color (decimal): -5578672 or 5300394. OLE color: 5300394.

HSL color Cylindrical-coordinate representation of color #AAE050: hue angle of 82.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAE050 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 80 -
CMYK 0.24 0 0.64 0.12
HSL 82.5º 0.7% 0.6% -
HSV(B) 82.5º 0.64% 0.88% -
XYZ 44.68 62.44 17.29 -
YUV 191.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 170 224 80 0.24 0 0.64 0.12 82.5 0.7 0.6
Hex AA E0 50 18 0 40 C 52 46 3C
Octal 252 340 120 30 0 100 14 122 106 74
Binary 10101010 11100000 1010000 11000 0 1000000 1100 1010010 1000110 111100

Color Harmonies of #AAE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE050

Black with #AAE050

Text Example


Text Example

White with #AAE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE050; }

 p { color: rgb(170,224,80); }

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

background-color css

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

 a { background-color: rgb(170,224,80); }

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

border-color css

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

 span { border-color: rgb(170,224,80); }

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