Html Css Color HEX #AAF050 Conifer

📋 copy color: '#AAF050'

red 170 ◦ green 240 ◦ blue 80

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

Shades of Conifer #AAF050

Tints of Conifer #AAF050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

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

R = 34.69%
G = 48.98%
B = 16.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#AAF050 (or 0xAAF050) is known color: Conifer. HEX triplet: AA, F0 and 50. RGB value is (170,240,80). Sum of RGB (Red+Green+Blue) = 170+240+80=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF050 is #550FAF. Grayscale: #C9C9C9. Windows color (decimal): -5574576 or 5304490. OLE color: 5304490.

HSL color Cylindrical-coordinate representation of color #AAF050: hue angle of 86.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAF050 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 80 -
CMYK 0.29 0 0.67 0.06
HSL 86.25º 0.84% 0.63% -
HSV(B) 86.25º 0.67% 0.94% -
XYZ 49.19 71.45 18.79 -
YUV 200.83 59.81 106.01 -
System Red Green Blue C M Y K H S L
Decimal 170 240 80 0.29 0 0.67 0.06 86.25 0.84 0.63
Hex AA F0 50 1D 0 43 6 56 54 3F
Octal 252 360 120 35 0 103 6 126 124 77
Binary 10101010 11110000 1010000 11101 0 1000011 110 1010110 1010100 111111

Color Harmonies of #AAF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF050

Black with #AAF050

Text Example


Text Example

White with #AAF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF050; }

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

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

background-color css

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

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

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

border-color css

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

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

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