Html Css Color HEX #AAF146 Conifer

📋 copy color: '#AAF146'

red 170 ◦ green 241 ◦ blue 70

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

Shades of Conifer #AAF146

Tints of Conifer #AAF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.55%

R = 35.34%
G = 50.1%
B = 14.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#AAF146 (or 0xAAF146) is known color: Conifer. HEX triplet: AA, F1 and 46. RGB value is (170,241,70). Sum of RGB (Red+Green+Blue) = 170+241+70=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF146 is #550EB9. Grayscale: #C8C8C8. Windows color (decimal): -5574330 or 4649386. OLE color: 4649386.

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

Color convert

RGB 170 241 70 -
CMYK 0.29 0 0.71 0.05
HSL 84.91º 0.86% 0.61% -
HSV(B) 84.91º 0.71% 0.95% -
XYZ 49.14 71.9 17.08 -
YUV 200.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 170 241 70 0.29 0 0.71 0.05 84.91 0.86 0.61
Hex AA F1 46 1D 0 47 5 55 56 3D
Octal 252 361 106 35 0 107 5 125 126 75
Binary 10101010 11110001 1000110 11101 0 1000111 101 1010101 1010110 111101

Color Harmonies of #AAF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF146

Black with #AAF146

Text Example


Text Example

White with #AAF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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