Html Css Color HEX #AAE450 Conifer

📋 copy color: '#AAE450'

red 170 ◦ green 228 ◦ blue 80

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

Shades of Conifer #AAE450

Tints of Conifer #AAE450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.7%

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

R = 35.56%
G = 47.7%
B = 16.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#AAE450 (or 0xAAE450) is known color: Conifer. HEX triplet: AA, E4 and 50. RGB value is (170,228,80). Sum of RGB (Red+Green+Blue) = 170+228+80=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE450 is #551BAF. Grayscale: #C2C2C2. Windows color (decimal): -5577648 or 5301418. OLE color: 5301418.

HSL color Cylindrical-coordinate representation of color #AAE450: hue angle of 83.51º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAE450 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 80 -
CMYK 0.25 0 0.65 0.11
HSL 83.51º 0.73% 0.6% -
HSV(B) 83.51º 0.65% 0.89% -
XYZ 45.77 64.61 17.65 -
YUV 193.79 63.78 111.03 -
System Red Green Blue C M Y K H S L
Decimal 170 228 80 0.25 0 0.65 0.11 83.51 0.73 0.6
Hex AA E4 50 19 0 41 B 54 49 3C
Octal 252 344 120 31 0 101 13 124 111 74
Binary 10101010 11100100 1010000 11001 0 1000001 1011 1010100 1001001 111100

Color Harmonies of #AAE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE450

Black with #AAE450

Text Example


Text Example

White with #AAE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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