Html Css Color HEX #AAF150 Conifer

📋 copy color: '#AAF150'

red 170 ◦ green 241 ◦ blue 80

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

Shades of Conifer #AAF150

Tints of Conifer #AAF150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

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

R = 34.62%
G = 49.08%
B = 16.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#AAF150 (or 0xAAF150) is known color: Conifer. HEX triplet: AA, F1 and 50. RGB value is (170,241,80). Sum of RGB (Red+Green+Blue) = 170+241+80=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF150 is #550EAF. Grayscale: #C9C9C9. Windows color (decimal): -5574320 or 5304746. OLE color: 5304746.

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

Color convert

RGB 170 241 80 -
CMYK 0.29 0 0.67 0.05
HSL 86.46º 0.85% 0.63% -
HSV(B) 86.46º 0.67% 0.95% -
XYZ 49.48 72.04 18.89 -
YUV 201.42 59.48 105.59 -
System Red Green Blue C M Y K H S L
Decimal 170 241 80 0.29 0 0.67 0.05 86.46 0.85 0.63
Hex AA F1 50 1D 0 43 5 56 55 3F
Octal 252 361 120 35 0 103 5 126 125 77
Binary 10101010 11110001 1010000 11101 0 1000011 101 1010110 1010101 111111

Color Harmonies of #AAF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF150

Black with #AAF150

Text Example


Text Example

White with #AAF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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